Html Css Color HEX #AF9036 Reef Gold

📋 copy color: '#AF9036'

red 175 ◦ green 144 ◦ blue 54

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

Shades of Reef Gold #AF9036

Tints of Reef Gold #AF9036

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.61%

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

R = 46.92%
G = 38.61%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF9036 (or 0xAF9036) is known color: Reef Gold. HEX triplet: AF, 90 and 36. RGB value is (175,144,54). Sum of RGB (Red+Green+Blue) = 175+144+54=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9036 is #506FC9. Grayscale: #8F8F8F. Windows color (decimal): -5271498 or 3575983. OLE color: 3575983.

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

Color convert

RGB 175 144 54 -
CMYK 0 0.18 0.69 0.31
HSL 44.63º 0.53% 0.45% -
HSV(B) 44.63º 0.69% 0.69% -
XYZ 28.32 29.33 7.66 -
YUV 143.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 175 144 54 0 0.18 0.69 0.31 44.63 0.53 0.45
Hex AF 90 36 0 12 45 1F 2D 35 2D
Octal 257 220 66 0 22 105 37 55 65 55
Binary 10101111 10010000 110110 0 10010 1000101 11111 101101 110101 101101

Color Harmonies of #AF9036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9036

Black with #AF9036

Text Example


Text Example

White with #AF9036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9036; }

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

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

background-color css

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

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

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

border-color css

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

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

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