Html Css Color HEX #AF9030 Reef Gold

📋 copy color: '#AF9030'

red 175 ◦ green 144 ◦ blue 48

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

Shades of Reef Gold #AF9030

Tints of Reef Gold #AF9030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.08%

R = 47.68%
G = 39.24%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF9030 (or 0xAF9030) is known color: Reef Gold. HEX triplet: AF, 90 and 30. RGB value is (175,144,48). Sum of RGB (Red+Green+Blue) = 175+144+48=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9030 is #506FCF. Grayscale: #8E8E8E. Windows color (decimal): -5271504 or 3182767. OLE color: 3182767.

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

Color convert

RGB 175 144 48 -
CMYK 0 0.18 0.73 0.31
HSL 45.35º 0.57% 0.44% -
HSV(B) 45.35º 0.73% 0.69% -
XYZ 28.19 29.27 6.96 -
YUV 142.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 175 144 48 0 0.18 0.73 0.31 45.35 0.57 0.44
Hex AF 90 30 0 12 49 1F 2D 39 2C
Octal 257 220 60 0 22 111 37 55 71 54
Binary 10101111 10010000 110000 0 10010 1001001 11111 101101 111001 101100

Color Harmonies of #AF9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9030

Black with #AF9030

Text Example


Text Example

White with #AF9030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9030; }

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

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

background-color css

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

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

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

border-color css

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

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

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