Html Css Color HEX #A56F02 Golden Brown

📋 copy color: '#A56F02'

red 165 ◦ green 111 ◦ blue 2

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

Shades of Golden Brown #A56F02

Tints of Golden Brown #A56F02

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.93%

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

R = 59.35%
G = 39.93%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A56F02 (or 0xA56F02) is known color: Golden Brown. HEX triplet: A5, 6F and 02. RGB value is (165,111,2). Sum of RGB (Red+Green+Blue) = 165+111+2=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56F02 is #5A90FD. Grayscale: #737373. Windows color (decimal): -5935358 or 159653. OLE color: 159653.

HSL color Cylindrical-coordinate representation of color #A56F02: hue angle of 40.12º 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 #A56F02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 111 2 -
CMYK 0 0.33 0.99 0.35
HSL 40.12º 0.98% 0.33% -
HSV(B) 40.12º 0.99% 0.65% -
XYZ 21.21 19.37 2.68 -
YUV 114.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 165 111 2 0 0.33 0.99 0.35 40.12 0.98 0.33
Hex A5 6F 2 0 21 63 23 28 62 21
Octal 245 157 2 0 41 143 43 50 142 41
Binary 10100101 1101111 10 0 100001 1100011 100011 101000 1100010 100001

Color Harmonies of #A56F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F02

Black with #A56F02

Text Example


Text Example

White with #A56F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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