Html Css Color HEX #A65A0A Golden Brown

📋 copy color: '#A65A0A'

red 166 ◦ green 90 ◦ blue 10

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

Shades of Golden Brown #A65A0A

Tints of Golden Brown #A65A0A

RGB

 RED value IS 166 (65.23% from 255) = 62.41%

 GREEN value IS 90 (35.55% from 255) = 33.83%

 BLUE value IS 10 (4.3% from 255) = 3.76%

R = 62.41%
G = 33.83%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A65A0A (or 0xA65A0A) is known color: Golden Brown. HEX triplet: A6, 5A and 0A. RGB value is (166,90,10). Sum of RGB (Red+Green+Blue) = 166+90+10=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65A0A is #59A5F5. Grayscale: #676767. Windows color (decimal): -5875190 or 678566. OLE color: 678566.

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

Color convert

RGB 166 90 10 -
CMYK 0 0.46 0.94 0.35
HSL 30.77º 0.89% 0.35% -
HSV(B) 30.77º 0.94% 0.65% -
XYZ 19.44 15.44 2.24 -
YUV 103.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 166 90 10 0 0.46 0.94 0.35 30.77 0.89 0.35
Hex A6 5A A 0 2E 5E 23 1F 59 23
Octal 246 132 12 0 56 136 43 37 131 43
Binary 10100110 1011010 1010 0 101110 1011110 100011 11111 1011001 100011

Color Harmonies of #A65A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A0A

Black with #A65A0A

Text Example


Text Example

White with #A65A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A0A; }

 p { color: rgb(166,90,10); }

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

background-color css

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

 a { background-color: rgb(166,90,10); }

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

border-color css

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

 span { border-color: rgb(166,90,10); }

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