Html Css Color HEX #A56017 Golden Brown

📋 copy color: '#A56017'

red 165 ◦ green 96 ◦ blue 23

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

Shades of Golden Brown #A56017

Tints of Golden Brown #A56017

RGB

 RED value IS 165 (64.84% from 255) = 58.1%

 GREEN value IS 96 (37.89% from 255) = 33.8%

 BLUE value IS 23 (9.38% from 255) = 8.1%

R = 58.1%
G = 33.8%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A56017 (or 0xA56017) is known color: Golden Brown. HEX triplet: A5, 60 and 17. RGB value is (165,96,23). Sum of RGB (Red+Green+Blue) = 165+96+23=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A56017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56017 is #5A9FE8. Grayscale: #6C6C6C. Windows color (decimal): -5939177 or 1532069. OLE color: 1532069.

HSL color Cylindrical-coordinate representation of color #A56017: hue angle of 30.85º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A56017 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 96 23 -
CMYK 0 0.42 0.86 0.35
HSL 30.85º 0.76% 0.37% -
HSV(B) 30.85º 0.86% 0.65% -
XYZ 19.85 16.43 2.93 -
YUV 108.31 79.86 168.44 -
System Red Green Blue C M Y K H S L
Decimal 165 96 23 0 0.42 0.86 0.35 30.85 0.76 0.37
Hex A5 60 17 0 2A 56 23 1F 4C 25
Octal 245 140 27 0 52 126 43 37 114 45
Binary 10100101 1100000 10111 0 101010 1010110 100011 11111 1001100 100101

Color Harmonies of #A56017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56017

Black with #A56017

Text Example


Text Example

White with #A56017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56017; }

 p { color: rgb(165,96,23); }

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

background-color css

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

 a { background-color: rgb(165,96,23); }

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

border-color css

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

 span { border-color: rgb(165,96,23); }

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