Html Css Color HEX #AF5315 Rich Gold

📋 copy color: '#AF5315'

red 175 ◦ green 83 ◦ blue 21

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

Shades of Rich Gold #AF5315

Tints of Rich Gold #AF5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

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

R = 62.72%
G = 29.75%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF5315 (or 0xAF5315) is known color: Rich Gold. HEX triplet: AF, 53 and 15. RGB value is (175,83,21). Sum of RGB (Red+Green+Blue) = 175+83+21=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5315 is #50ACEA. Grayscale: #676767. Windows color (decimal): -5287147 or 1397679. OLE color: 1397679.

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

Color convert

RGB 175 83 21 -
CMYK 0 0.53 0.88 0.31
HSL 24.16º 0.79% 0.38% -
HSV(B) 24.16º 0.88% 0.69% -
XYZ 20.91 15.35 2.57 -
YUV 103.44 81.48 179.04 -
System Red Green Blue C M Y K H S L
Decimal 175 83 21 0 0.53 0.88 0.31 24.16 0.79 0.38
Hex AF 53 15 0 35 58 1F 18 4F 26
Octal 257 123 25 0 65 130 37 30 117 46
Binary 10101111 1010011 10101 0 110101 1011000 11111 11000 1001111 100110

Color Harmonies of #AF5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5315

Black with #AF5315

Text Example


Text Example

White with #AF5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5315; }

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

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

background-color css

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

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

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

border-color css

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

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

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