Html Css Color HEX #AF5C13 Golden Brown

📋 copy color: '#AF5C13'

red 175 ◦ green 92 ◦ blue 19

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

Shades of Golden Brown #AF5C13

Tints of Golden Brown #AF5C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 61.19%
G = 32.17%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF5C13 (or 0xAF5C13) is known color: Golden Brown. HEX triplet: AF, 5C and 13. RGB value is (175,92,19). Sum of RGB (Red+Green+Blue) = 175+92+19=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5C13 is #50A3EC. Grayscale: #6C6C6C. Windows color (decimal): -5284845 or 1268911. OLE color: 1268911.

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

Color convert

RGB 175 92 19 -
CMYK 0 0.47 0.89 0.31
HSL 28.08º 0.8% 0.38% -
HSV(B) 28.08º 0.89% 0.69% -
XYZ 21.62 16.82 2.72 -
YUV 108.5 77.5 175.44 -
System Red Green Blue C M Y K H S L
Decimal 175 92 19 0 0.47 0.89 0.31 28.08 0.8 0.38
Hex AF 5C 13 0 2F 59 1F 1C 50 26
Octal 257 134 23 0 57 131 37 34 120 46
Binary 10101111 1011100 10011 0 101111 1011001 11111 11100 1010000 100110

Color Harmonies of #AF5C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C13

Black with #AF5C13

Text Example


Text Example

White with #AF5C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C13; }

 p { color: rgb(175,92,19); }

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

background-color css

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

 a { background-color: rgb(175,92,19); }

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

border-color css

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

 span { border-color: rgb(175,92,19); }

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