Html Css Color HEX #AF8E36 Reef Gold

📋 copy color: '#AF8E36'

red 175 ◦ green 142 ◦ blue 54

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

Shades of Reef Gold #AF8E36

Tints of Reef Gold #AF8E36

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.27%

 BLUE value IS 54 (21.48% from 255) = 14.56%

R = 47.17%
G = 38.27%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF8E36 (or 0xAF8E36) is known color: Reef Gold. HEX triplet: AF, 8E and 36. RGB value is (175,142,54). Sum of RGB (Red+Green+Blue) = 175+142+54=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E36 is #5071C9. Grayscale: #8E8E8E. Windows color (decimal): -5272010 or 3575471. OLE color: 3575471.

HSL color Cylindrical-coordinate representation of color #AF8E36: hue angle of 43.64º degrees, saturation: 0.53, 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 #AF8E36 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 142 54 -
CMYK 0 0.19 0.69 0.31
HSL 43.64º 0.53% 0.45% -
HSV(B) 43.64º 0.69% 0.69% -
XYZ 28.02 28.73 7.56 -
YUV 141.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 175 142 54 0 0.19 0.69 0.31 43.64 0.53 0.45
Hex AF 8E 36 0 13 45 1F 2C 35 2D
Octal 257 216 66 0 23 105 37 54 65 55
Binary 10101111 10001110 110110 0 10011 1000101 11111 101100 110101 101101

Color Harmonies of #AF8E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E36

Black with #AF8E36

Text Example


Text Example

White with #AF8E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E36; }

 p { color: rgb(175,142,54); }

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

background-color css

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

 a { background-color: rgb(175,142,54); }

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

border-color css

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

 span { border-color: rgb(175,142,54); }

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