Html Css Color HEX #A6530A Golden Brown

📋 copy color: '#A6530A'

red 166 ◦ green 83 ◦ blue 10

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

Shades of Golden Brown #A6530A

Tints of Golden Brown #A6530A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 64.09%
G = 32.05%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A6530A (or 0xA6530A) is known color: Golden Brown. HEX triplet: A6, 53 and 0A. RGB value is (166,83,10). Sum of RGB (Red+Green+Blue) = 166+83+10=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A6530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6530A is #59ACF5. Grayscale: #636363. Windows color (decimal): -5876982 or 676774. OLE color: 676774.

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

Color convert

RGB 166 83 10 -
CMYK 0 0.50 0.94 0.35
HSL 28.08º 0.89% 0.35% -
HSV(B) 28.08º 0.94% 0.65% -
XYZ 18.87 14.32 2.06 -
YUV 99.5 77.5 175.44 -
System Red Green Blue C M Y K H S L
Decimal 166 83 10 0 0.50 0.94 0.35 28.08 0.89 0.35
Hex A6 53 A 0 32 5E 23 1C 59 23
Octal 246 123 12 0 62 136 43 34 131 43
Binary 10100110 1010011 1010 0 110010 1011110 100011 11100 1011001 100011

Color Harmonies of #A6530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6530A

Black with #A6530A

Text Example


Text Example

White with #A6530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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