Html Css Color HEX #A56D07 Golden Brown

📋 copy color: '#A56D07'

red 165 ◦ green 109 ◦ blue 7

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

Shades of Golden Brown #A56D07

Tints of Golden Brown #A56D07

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.79%

 BLUE value IS 7 (3.13% from 255) = 2.49%

R = 58.72%
G = 38.79%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A56D07 (or 0xA56D07) is known color: Golden Brown. HEX triplet: A5, 6D and 07. RGB value is (165,109,7). Sum of RGB (Red+Green+Blue) = 165+109+7=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56D07 is #5A92F8. Grayscale: #727272. Windows color (decimal): -5935865 or 486821. OLE color: 486821.

HSL color Cylindrical-coordinate representation of color #A56D07: hue angle of 38.73º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A56D07 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 109 7 -
CMYK 0 0.34 0.96 0.35
HSL 38.73º 0.92% 0.34% -
HSV(B) 38.73º 0.96% 0.65% -
XYZ 21.02 18.95 2.75 -
YUV 114.12 67.55 164.29 -
System Red Green Blue C M Y K H S L
Decimal 165 109 7 0 0.34 0.96 0.35 38.73 0.92 0.34
Hex A5 6D 7 0 22 60 23 27 5C 22
Octal 245 155 7 0 42 140 43 47 134 42
Binary 10100101 1101101 111 0 100010 1100000 100011 100111 1011100 100010

Color Harmonies of #A56D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D07

Black with #A56D07

Text Example


Text Example

White with #A56D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D07; }

 p { color: rgb(165,109,7); }

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

background-color css

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

 a { background-color: rgb(165,109,7); }

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

border-color css

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

 span { border-color: rgb(165,109,7); }

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