Html Css Color HEX #AF9239 Reef Gold

📋 copy color: '#AF9239'

red 175 ◦ green 146 ◦ blue 57

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

Shades of Reef Gold #AF9239

Tints of Reef Gold #AF9239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.08%

R = 46.3%
G = 38.62%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF9239 (or 0xAF9239) is known color: Reef Gold. HEX triplet: AF, 92 and 39. RGB value is (175,146,57). Sum of RGB (Red+Green+Blue) = 175+146+57=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9239 is #506DC6. Grayscale: #909090. Windows color (decimal): -5270983 or 3773103. OLE color: 3773103.

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

Color convert

RGB 175 146 57 -
CMYK 0 0.17 0.67 0.31
HSL 45.25º 0.51% 0.45% -
HSV(B) 45.25º 0.67% 0.69% -
XYZ 28.7 29.97 8.14 -
YUV 144.53 78.61 149.74 -
System Red Green Blue C M Y K H S L
Decimal 175 146 57 0 0.17 0.67 0.31 45.25 0.51 0.45
Hex AF 92 39 0 11 43 1F 2D 33 2D
Octal 257 222 71 0 21 103 37 55 63 55
Binary 10101111 10010010 111001 0 10001 1000011 11111 101101 110011 101101

Color Harmonies of #AF9239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9239

Black with #AF9239

Text Example


Text Example

White with #AF9239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9239; }

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

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

background-color css

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

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

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

border-color css

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

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

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