Html Css Color HEX #A25505 Golden Brown

📋 copy color: '#A25505'

red 162 ◦ green 85 ◦ blue 5

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

Shades of Golden Brown #A25505

Tints of Golden Brown #A25505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 64.29%
G = 33.73%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A25505 (or 0xA25505) is known color: Golden Brown. HEX triplet: A2, 55 and 05. RGB value is (162,85,5). Sum of RGB (Red+Green+Blue) = 162+85+5=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A25505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25505 is #5DAAFA. Grayscale: #636363. Windows color (decimal): -6138619 or 349602. OLE color: 349602.

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

Color convert

RGB 162 85 5 -
CMYK 0 0.48 0.97 0.36
HSL 30.57º 0.94% 0.33% -
HSV(B) 30.57º 0.97% 0.64% -
XYZ 18.18 14.19 1.92 -
YUV 98.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 162 85 5 0 0.48 0.97 0.36 30.57 0.94 0.33
Hex A2 55 5 0 30 61 24 1F 5E 21
Octal 242 125 5 0 60 141 44 37 136 41
Binary 10100010 1010101 101 0 110000 1100001 100100 11111 1011110 100001

Color Harmonies of #A25505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25505

Black with #A25505

Text Example


Text Example

White with #A25505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25505; }

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

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

background-color css

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

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

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

border-color css

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

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

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