Html Css Color HEX #AF9130 Reef Gold

📋 copy color: '#AF9130'

red 175 ◦ green 145 ◦ blue 48

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

Shades of Reef Gold #AF9130

Tints of Reef Gold #AF9130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

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

R = 47.55%
G = 39.4%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF9130 (or 0xAF9130) is known color: Reef Gold. HEX triplet: AF, 91 and 30. RGB value is (175,145,48). Sum of RGB (Red+Green+Blue) = 175+145+48=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9130 is #506ECF. Grayscale: #8F8F8F. Windows color (decimal): -5271248 or 3183023. OLE color: 3183023.

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

Color convert

RGB 175 145 48 -
CMYK 0 0.17 0.73 0.31
HSL 45.83º 0.57% 0.44% -
HSV(B) 45.83º 0.73% 0.69% -
XYZ 28.34 29.58 7.01 -
YUV 142.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 175 145 48 0 0.17 0.73 0.31 45.83 0.57 0.44
Hex AF 91 30 0 11 49 1F 2E 39 2C
Octal 257 221 60 0 21 111 37 56 71 54
Binary 10101111 10010001 110000 0 10001 1001001 11111 101110 111001 101100

Color Harmonies of #AF9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9130

Black with #AF9130

Text Example


Text Example

White with #AF9130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9130; }

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

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

background-color css

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

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

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

border-color css

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

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

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