Html Css Color HEX #AF9436 Reef Gold

📋 copy color: '#AF9436'

red 175 ◦ green 148 ◦ blue 54

#AF9436
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #AF9436

Tints of Reef Gold #AF9436

RGB

 RED value IS 175 (68.75% from 255) = 46.42%

 GREEN value IS 148 (58.2% from 255) = 39.26%

 BLUE value IS 54 (21.48% from 255) = 14.32%

R = 46.42%
G = 39.26%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF9436 (or 0xAF9436) is known color: Reef Gold. HEX triplet: AF, 94 and 36. RGB value is (175,148,54). Sum of RGB (Red+Green+Blue) = 175+148+54=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9436 is #506BC9. Grayscale: #919191. Windows color (decimal): -5270474 or 3577007. OLE color: 3577007.

HSL color Cylindrical-coordinate representation of color #AF9436: hue angle of 46.61º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF9436 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 148 54 -
CMYK 0 0.15 0.69 0.31
HSL 46.61º 0.53% 0.45% -
HSV(B) 46.61º 0.69% 0.69% -
XYZ 28.93 30.56 7.86 -
YUV 145.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 175 148 54 0 0.15 0.69 0.31 46.61 0.53 0.45
Hex AF 94 36 0 F 45 1F 2F 35 2D
Octal 257 224 66 0 17 105 37 57 65 55
Binary 10101111 10010100 110110 0 1111 1000101 11111 101111 110101 101101

Color Harmonies of #AF9436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9436

Black with #AF9436

Text Example


Text Example

White with #AF9436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9436; }

 p { color: rgb(175,148,54); }

 H1.HeaderClassName
 {
   color: #AF9436;
 }
 .AnyTagClassName
 {
   color: #AF9436;
 }
</style>

background-color css

<style>
 a { background-color: #AF9436; }

 a { background-color: rgb(175,148,54); }

 div.DivClassName
 {
   background-color: #AF9436;
 }
 .BgClassName
 {
   background-color: #AF9436;
 }
</style>

border-color css

<style>
 span { border-color: #AF9436; }

 span { border-color: rgb(175,148,54); }

 td.TdClassName
 {
   border-color: #AF9436;
 }
 .TagClassName
 {
   border-color: #AF9436;
 }
</style>