Html Css Color HEX #AF9632 Reef Gold

📋 copy color: '#AF9632'

red 175 ◦ green 150 ◦ blue 50

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

Shades of Reef Gold #AF9632

Tints of Reef Gold #AF9632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 46.67%
G = 40%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF9632 (or 0xAF9632) is known color: Reef Gold. HEX triplet: AF, 96 and 32. RGB value is (175,150,50). Sum of RGB (Red+Green+Blue) = 175+150+50=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9632 is #5069CD. Grayscale: #929292. Windows color (decimal): -5269966 or 3315375. OLE color: 3315375.

HSL color Cylindrical-coordinate representation of color #AF9632: hue angle of 48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF9632 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 50 -
CMYK 0 0.14 0.71 0.31
HSL 48º 0.56% 0.44% -
HSV(B) 48º 0.71% 0.69% -
XYZ 29.16 31.16 7.49 -
YUV 146.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 175 150 50 0 0.14 0.71 0.31 48 0.56 0.44
Hex AF 96 32 0 E 47 1F 30 38 2C
Octal 257 226 62 0 16 107 37 60 70 54
Binary 10101111 10010110 110010 0 1110 1000111 11111 110000 111000 101100

Color Harmonies of #AF9632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9632

Black with #AF9632

Text Example


Text Example

White with #AF9632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9632; }

 p { color: rgb(175,150,50); }

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

background-color css

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

 a { background-color: rgb(175,150,50); }

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

border-color css

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

 span { border-color: rgb(175,150,50); }

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