Html Css Color HEX #AF9237 Reef Gold

📋 copy color: '#AF9237'

red 175 ◦ green 146 ◦ blue 55

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

Shades of Reef Gold #AF9237

Tints of Reef Gold #AF9237

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.83%

 BLUE value IS 55 (21.88% from 255) = 14.63%

R = 46.54%
G = 38.83%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF9237 (or 0xAF9237) is known color: Reef Gold. HEX triplet: AF, 92 and 37. RGB value is (175,146,55). Sum of RGB (Red+Green+Blue) = 175+146+55=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9237 is #506DC8. Grayscale: #909090. Windows color (decimal): -5270985 or 3642031. OLE color: 3642031.

HSL color Cylindrical-coordinate representation of color #AF9237: hue angle of 45.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF9237 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 146 55 -
CMYK 0 0.17 0.69 0.31
HSL 45.5º 0.52% 0.45% -
HSV(B) 45.5º 0.69% 0.69% -
XYZ 28.65 29.95 7.88 -
YUV 144.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 175 146 55 0 0.17 0.69 0.31 45.5 0.52 0.45
Hex AF 92 37 0 11 45 1F 2E 34 2D
Octal 257 222 67 0 21 105 37 56 64 55
Binary 10101111 10010010 110111 0 10001 1000101 11111 101110 110100 101101

Color Harmonies of #AF9237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9237

Black with #AF9237

Text Example


Text Example

White with #AF9237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9237; }

 p { color: rgb(175,146,55); }

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

background-color css

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

 a { background-color: rgb(175,146,55); }

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

border-color css

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

 span { border-color: rgb(175,146,55); }

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