Html Css Color HEX #AF8D30 Reef Gold

📋 copy color: '#AF8D30'

red 175 ◦ green 141 ◦ blue 48

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

Shades of Reef Gold #AF8D30

Tints of Reef Gold #AF8D30

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

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

R = 48.08%
G = 38.74%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF8D30 (or 0xAF8D30) is known color: Reef Gold. HEX triplet: AF, 8D and 30. RGB value is (175,141,48). Sum of RGB (Red+Green+Blue) = 175+141+48=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D30 is #5072CF. Grayscale: #8C8C8C. Windows color (decimal): -5272272 or 3181999. OLE color: 3181999.

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

Color convert

RGB 175 141 48 -
CMYK 0 0.19 0.73 0.31
HSL 43.94º 0.57% 0.44% -
HSV(B) 43.94º 0.73% 0.69% -
XYZ 27.74 28.38 6.81 -
YUV 140.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 175 141 48 0 0.19 0.73 0.31 43.94 0.57 0.44
Hex AF 8D 30 0 13 49 1F 2C 39 2C
Octal 257 215 60 0 23 111 37 54 71 54
Binary 10101111 10001101 110000 0 10011 1001001 11111 101100 111001 101100

Color Harmonies of #AF8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D30

Black with #AF8D30

Text Example


Text Example

White with #AF8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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