Html Css Color HEX #AF8A32 Reef Gold

📋 copy color: '#AF8A32'

red 175 ◦ green 138 ◦ blue 50

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

Shades of Reef Gold #AF8A32

Tints of Reef Gold #AF8A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

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

R = 48.21%
G = 38.02%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF8A32 (or 0xAF8A32) is known color: Reef Gold. HEX triplet: AF, 8A and 32. RGB value is (175,138,50). Sum of RGB (Red+Green+Blue) = 175+138+50=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A32 is #5075CD. Grayscale: #8B8B8B. Windows color (decimal): -5273038 or 3312303. OLE color: 3312303.

HSL color Cylindrical-coordinate representation of color #AF8A32: hue angle of 42.24º 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 #AF8A32 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 138 50 -
CMYK 0 0.21 0.71 0.31
HSL 42.24º 0.56% 0.44% -
HSV(B) 42.24º 0.71% 0.69% -
XYZ 27.34 27.52 6.89 -
YUV 139.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 175 138 50 0 0.21 0.71 0.31 42.24 0.56 0.44
Hex AF 8A 32 0 15 47 1F 2A 38 2C
Octal 257 212 62 0 25 107 37 52 70 54
Binary 10101111 10001010 110010 0 10101 1000111 11111 101010 111000 101100

Color Harmonies of #AF8A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A32

Black with #AF8A32

Text Example


Text Example

White with #AF8A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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