Html Css Color HEX #AF5515 Rich Gold

📋 copy color: '#AF5515'

red 175 ◦ green 85 ◦ blue 21

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

Shades of Rich Gold #AF5515

Tints of Rich Gold #AF5515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 62.28%
G = 30.25%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF5515 (or 0xAF5515) is known color: Rich Gold. HEX triplet: AF, 55 and 15. RGB value is (175,85,21). Sum of RGB (Red+Green+Blue) = 175+85+21=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5515 is #50AAEA. Grayscale: #686868. Windows color (decimal): -5286635 or 1398191. OLE color: 1398191.

HSL color Cylindrical-coordinate representation of color #AF5515: hue angle of 24.94º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF5515 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 21 -
CMYK 0 0.51 0.88 0.31
HSL 24.94º 0.79% 0.38% -
HSV(B) 24.94º 0.88% 0.69% -
XYZ 21.06 15.67 2.62 -
YUV 104.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 175 85 21 0 0.51 0.88 0.31 24.94 0.79 0.38
Hex AF 55 15 0 33 58 1F 19 4F 26
Octal 257 125 25 0 63 130 37 31 117 46
Binary 10101111 1010101 10101 0 110011 1011000 11111 11001 1001111 100110

Color Harmonies of #AF5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5515

Black with #AF5515

Text Example


Text Example

White with #AF5515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5515; }

 p { color: rgb(175,85,21); }

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

background-color css

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

 a { background-color: rgb(175,85,21); }

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

border-color css

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

 span { border-color: rgb(175,85,21); }

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