Html Css Color HEX #AF892F Reef Gold

📋 copy color: '#AF892F'

red 175 ◦ green 137 ◦ blue 47

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

Shades of Reef Gold #AF892F

Tints of Reef Gold #AF892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

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

R = 48.75%
G = 38.16%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF892F (or 0xAF892F) is known color: Reef Gold. HEX triplet: AF, 89 and 2F. RGB value is (175,137,47). Sum of RGB (Red+Green+Blue) = 175+137+47=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF892F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF892F is #5076D0. Grayscale: #8A8A8A. Windows color (decimal): -5273297 or 3115439. OLE color: 3115439.

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

Color convert

RGB 175 137 47 -
CMYK 0 0.22 0.73 0.31
HSL 42.19º 0.58% 0.44% -
HSV(B) 42.19º 0.73% 0.69% -
XYZ 27.14 27.21 6.51 -
YUV 138.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 175 137 47 0 0.22 0.73 0.31 42.19 0.58 0.44
Hex AF 89 2F 0 16 49 1F 2A 3A 2C
Octal 257 211 57 0 26 111 37 52 72 54
Binary 10101111 10001001 101111 0 10110 1001001 11111 101010 111010 101100

Color Harmonies of #AF892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF892F

Black with #AF892F

Text Example


Text Example

White with #AF892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF892F; }

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

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

background-color css

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

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

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

border-color css

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

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

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