Html Css Color HEX #AF8E2F Reef Gold

📋 copy color: '#AF8E2F'

red 175 ◦ green 142 ◦ blue 47

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

Shades of Reef Gold #AF8E2F

Tints of Reef Gold #AF8E2F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.01%

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 48.08%
G = 39.01%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF8E2F (or 0xAF8E2F) is known color: Reef Gold. HEX triplet: AF, 8E and 2F. RGB value is (175,142,47). Sum of RGB (Red+Green+Blue) = 175+142+47=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E2F is #5071D0. Grayscale: #8D8D8D. Windows color (decimal): -5272017 or 3116719. OLE color: 3116719.

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

Color convert

RGB 175 142 47 -
CMYK 0 0.19 0.73 0.31
HSL 44.53º 0.58% 0.44% -
HSV(B) 44.53º 0.73% 0.69% -
XYZ 27.87 28.67 6.75 -
YUV 141.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 175 142 47 0 0.19 0.73 0.31 44.53 0.58 0.44
Hex AF 8E 2F 0 13 49 1F 2D 3A 2C
Octal 257 216 57 0 23 111 37 55 72 54
Binary 10101111 10001110 101111 0 10011 1001001 11111 101101 111010 101100

Color Harmonies of #AF8E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E2F

Black with #AF8E2F

Text Example


Text Example

White with #AF8E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E2F; }

 p { color: rgb(175,142,47); }

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

background-color css

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

 a { background-color: rgb(175,142,47); }

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

border-color css

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

 span { border-color: rgb(175,142,47); }

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