Html Css Color HEX #AF9033 Reef Gold

📋 copy color: '#AF9033'

red 175 ◦ green 144 ◦ blue 51

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

Shades of Reef Gold #AF9033

Tints of Reef Gold #AF9033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.78%

R = 47.3%
G = 38.92%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF9033 (or 0xAF9033) is known color: Reef Gold. HEX triplet: AF, 90 and 33. RGB value is (175,144,51). Sum of RGB (Red+Green+Blue) = 175+144+51=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9033 is #506FCC. Grayscale: #8F8F8F. Windows color (decimal): -5271501 or 3379375. OLE color: 3379375.

HSL color Cylindrical-coordinate representation of color #AF9033: hue angle of 45º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF9033 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 144 51 -
CMYK 0 0.18 0.71 0.31
HSL 45º 0.55% 0.44% -
HSV(B) 45º 0.71% 0.69% -
XYZ 28.25 29.3 7.3 -
YUV 142.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 175 144 51 0 0.18 0.71 0.31 45 0.55 0.44
Hex AF 90 33 0 12 47 1F 2D 37 2C
Octal 257 220 63 0 22 107 37 55 67 54
Binary 10101111 10010000 110011 0 10010 1000111 11111 101101 110111 101100

Color Harmonies of #AF9033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9033

Black with #AF9033

Text Example


Text Example

White with #AF9033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9033; }

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

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

background-color css

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

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

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

border-color css

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

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

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