Html Css Color HEX #A56900 Golden Brown

📋 copy color: '#A56900'

red 165 ◦ green 105 ◦ blue 0

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

Shades of Golden Brown #A56900

Tints of Golden Brown #A56900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.11%
G = 38.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A56900 (or 0xA56900) is known color: Golden Brown. HEX triplet: A5, 69 and 00. RGB value is (165,105,0). Sum of RGB (Red+Green+Blue) = 165+105+0=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A56900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56900 is #5A96FF. Grayscale: #6F6F6F. Windows color (decimal): -5936896 or 27045. OLE color: 27045.

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

Color convert

RGB 165 105 0 -
CMYK 0 0.36 1 0.35
HSL 38.18º 1% 0.32% -
HSV(B) 38.18º 1% 0.65% -
XYZ 20.57 18.1 2.41 -
YUV 110.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 165 105 0 0 0.36 1 0.35 38.18 1 0.32
Hex A5 69 0 0 24 64 23 26 64 20
Octal 245 151 0 0 44 144 43 46 144 40
Binary 10100101 1101001 0 0 100100 1100100 100011 100110 1100100 100000

Color Harmonies of #A56900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56900

Black with #A56900

Text Example


Text Example

White with #A56900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56900; }

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

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

background-color css

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

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

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

border-color css

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

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

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