Html Css Color HEX #A25506 Golden Brown

📋 copy color: '#A25506'

red 162 ◦ green 85 ◦ blue 6

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

Shades of Golden Brown #A25506

Tints of Golden Brown #A25506

RGB

 RED value IS 162 (63.67% from 255) = 64.03%

 GREEN value IS 85 (33.59% from 255) = 33.6%

 BLUE value IS 6 (2.73% from 255) = 2.37%

R = 64.03%
G = 33.6%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A25506 (or 0xA25506) is known color: Golden Brown. HEX triplet: A2, 55 and 06. RGB value is (162,85,6). Sum of RGB (Red+Green+Blue) = 162+85+6=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A25506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25506 is #5DAAF9. Grayscale: #636363. Windows color (decimal): -6138618 or 415138. OLE color: 415138.

HSL color Cylindrical-coordinate representation of color #A25506: hue angle of 30.38º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A25506 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 85 6 -
CMYK 0 0.48 0.96 0.36
HSL 30.38º 0.93% 0.33% -
HSV(B) 30.38º 0.96% 0.64% -
XYZ 18.18 14.19 1.95 -
YUV 99.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 162 85 6 0 0.48 0.96 0.36 30.38 0.93 0.33
Hex A2 55 6 0 30 60 24 1E 5D 21
Octal 242 125 6 0 60 140 44 36 135 41
Binary 10100010 1010101 110 0 110000 1100000 100100 11110 1011101 100001

Color Harmonies of #A25506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25506

Black with #A25506

Text Example


Text Example

White with #A25506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25506; }

 p { color: rgb(162,85,6); }

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

background-color css

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

 a { background-color: rgb(162,85,6); }

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

border-color css

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

 span { border-color: rgb(162,85,6); }

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