Html Css Color HEX #AF942F Reef Gold

📋 copy color: '#AF942F'

red 175 ◦ green 148 ◦ blue 47

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

Shades of Reef Gold #AF942F

Tints of Reef Gold #AF942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

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

R = 47.3%
G = 40%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF942F (or 0xAF942F) is known color: Reef Gold. HEX triplet: AF, 94 and 2F. RGB value is (175,148,47). Sum of RGB (Red+Green+Blue) = 175+148+47=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF942F is #506BD0. Grayscale: #909090. Windows color (decimal): -5270481 or 3118255. OLE color: 3118255.

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

Color convert

RGB 175 148 47 -
CMYK 0 0.15 0.73 0.31
HSL 47.34º 0.58% 0.44% -
HSV(B) 47.34º 0.73% 0.69% -
XYZ 28.78 30.5 7.06 -
YUV 144.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 175 148 47 0 0.15 0.73 0.31 47.34 0.58 0.44
Hex AF 94 2F 0 F 49 1F 2F 3A 2C
Octal 257 224 57 0 17 111 37 57 72 54
Binary 10101111 10010100 101111 0 1111 1001001 11111 101111 111010 101100

Color Harmonies of #AF942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF942F

Black with #AF942F

Text Example


Text Example

White with #AF942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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