Html Css Color HEX #A56902 Golden Brown

📋 copy color: '#A56902'

red 165 ◦ green 105 ◦ blue 2

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

Shades of Golden Brown #A56902

Tints of Golden Brown #A56902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 60.66%
G = 38.6%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A56902 (or 0xA56902) is known color: Golden Brown. HEX triplet: A5, 69 and 02. RGB value is (165,105,2). Sum of RGB (Red+Green+Blue) = 165+105+2=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A56902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56902 is #5A96FD. Grayscale: #6F6F6F. Windows color (decimal): -5936894 or 158117. OLE color: 158117.

HSL color Cylindrical-coordinate representation of color #A56902: hue angle of 37.91º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A56902 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 105 2 -
CMYK 0 0.36 0.99 0.35
HSL 37.91º 0.98% 0.33% -
HSV(B) 37.91º 0.99% 0.65% -
XYZ 20.58 18.11 2.47 -
YUV 111.2 66.38 166.38 -
System Red Green Blue C M Y K H S L
Decimal 165 105 2 0 0.36 0.99 0.35 37.91 0.98 0.33
Hex A5 69 2 0 24 63 23 26 62 21
Octal 245 151 2 0 44 143 43 46 142 41
Binary 10100101 1101001 10 0 100100 1100011 100011 100110 1100010 100001

Color Harmonies of #A56902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56902

Black with #A56902

Text Example


Text Example

White with #A56902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56902; }

 p { color: rgb(165,105,2); }

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

background-color css

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

 a { background-color: rgb(165,105,2); }

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

border-color css

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

 span { border-color: rgb(165,105,2); }

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