Html Css Color HEX #AF912F Reef Gold

📋 copy color: '#AF912F'

red 175 ◦ green 145 ◦ blue 47

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

Shades of Reef Gold #AF912F

Tints of Reef Gold #AF912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.51%

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

R = 47.68%
G = 39.51%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF912F (or 0xAF912F) is known color: Reef Gold. HEX triplet: AF, 91 and 2F. RGB value is (175,145,47). Sum of RGB (Red+Green+Blue) = 175+145+47=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF912F is #506ED0. Grayscale: #8F8F8F. Windows color (decimal): -5271249 or 3117487. OLE color: 3117487.

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

Color convert

RGB 175 145 47 -
CMYK 0 0.17 0.73 0.31
HSL 45.94º 0.58% 0.44% -
HSV(B) 45.94º 0.73% 0.69% -
XYZ 28.32 29.57 6.9 -
YUV 142.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 175 145 47 0 0.17 0.73 0.31 45.94 0.58 0.44
Hex AF 91 2F 0 11 49 1F 2E 3A 2C
Octal 257 221 57 0 21 111 37 56 72 54
Binary 10101111 10010001 101111 0 10001 1001001 11111 101110 111010 101100

Color Harmonies of #AF912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF912F

Black with #AF912F

Text Example


Text Example

White with #AF912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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