Html Css Color HEX #AF5E15 Golden Brown

📋 copy color: '#AF5E15'

red 175 ◦ green 94 ◦ blue 21

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

Shades of Golden Brown #AF5E15

Tints of Golden Brown #AF5E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

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

R = 60.34%
G = 32.41%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF5E15 (or 0xAF5E15) is known color: Golden Brown. HEX triplet: AF, 5E and 15. RGB value is (175,94,21). Sum of RGB (Red+Green+Blue) = 175+94+21=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5E15 is #50A1EA. Grayscale: #6E6E6E. Windows color (decimal): -5284331 or 1400495. OLE color: 1400495.

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

Color convert

RGB 175 94 21 -
CMYK 0 0.46 0.88 0.31
HSL 28.44º 0.79% 0.38% -
HSV(B) 28.44º 0.88% 0.69% -
XYZ 21.82 17.17 2.87 -
YUV 109.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 175 94 21 0 0.46 0.88 0.31 28.44 0.79 0.38
Hex AF 5E 15 0 2E 58 1F 1C 4F 26
Octal 257 136 25 0 56 130 37 34 117 46
Binary 10101111 1011110 10101 0 101110 1011000 11111 11100 1001111 100110

Color Harmonies of #AF5E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E15

Black with #AF5E15

Text Example


Text Example

White with #AF5E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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