Html Css Color HEX #AF9530 Reef Gold

📋 copy color: '#AF9530'

red 175 ◦ green 149 ◦ blue 48

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

Shades of Reef Gold #AF9530

Tints of Reef Gold #AF9530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

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

R = 47.04%
G = 40.05%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF9530 (or 0xAF9530) is known color: Reef Gold. HEX triplet: AF, 95 and 30. RGB value is (175,149,48). Sum of RGB (Red+Green+Blue) = 175+149+48=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9530 is #506ACF. Grayscale: #919191. Windows color (decimal): -5270224 or 3184047. OLE color: 3184047.

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

Color convert

RGB 175 149 48 -
CMYK 0 0.15 0.73 0.31
HSL 47.72º 0.57% 0.44% -
HSV(B) 47.72º 0.73% 0.69% -
XYZ 28.96 30.82 7.22 -
YUV 145.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 175 149 48 0 0.15 0.73 0.31 47.72 0.57 0.44
Hex AF 95 30 0 F 49 1F 30 39 2C
Octal 257 225 60 0 17 111 37 60 71 54
Binary 10101111 10010101 110000 0 1111 1001001 11111 110000 111001 101100

Color Harmonies of #AF9530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9530

Black with #AF9530

Text Example


Text Example

White with #AF9530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9530; }

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

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

background-color css

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

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

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

border-color css

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

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

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