Html Css Color HEX #AF5D15 Golden Brown

📋 copy color: '#AF5D15'

red 175 ◦ green 93 ◦ blue 21

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

Shades of Golden Brown #AF5D15

Tints of Golden Brown #AF5D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.18%

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

R = 60.55%
G = 32.18%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF5D15 (or 0xAF5D15) is known color: Golden Brown. HEX triplet: AF, 5D and 15. RGB value is (175,93,21). Sum of RGB (Red+Green+Blue) = 175+93+21=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D15 is #50A2EA. Grayscale: #6D6D6D. Windows color (decimal): -5284587 or 1400239. OLE color: 1400239.

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

Color convert

RGB 175 93 21 -
CMYK 0 0.47 0.88 0.31
HSL 28.05º 0.79% 0.38% -
HSV(B) 28.05º 0.88% 0.69% -
XYZ 21.73 17 2.84 -
YUV 109.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 175 93 21 0 0.47 0.88 0.31 28.05 0.79 0.38
Hex AF 5D 15 0 2F 58 1F 1C 4F 26
Octal 257 135 25 0 57 130 37 34 117 46
Binary 10101111 1011101 10101 0 101111 1011000 11111 11100 1001111 100110

Color Harmonies of #AF5D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D15

Black with #AF5D15

Text Example


Text Example

White with #AF5D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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