Html Css Color HEX #A25504 Golden Brown

📋 copy color: '#A25504'

red 162 ◦ green 85 ◦ blue 4

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

Shades of Golden Brown #A25504

Tints of Golden Brown #A25504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 64.54%
G = 33.86%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A25504 (or 0xA25504) is known color: Golden Brown. HEX triplet: A2, 55 and 04. RGB value is (162,85,4). Sum of RGB (Red+Green+Blue) = 162+85+4=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A25504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25504 is #5DAAFB. Grayscale: #636363. Windows color (decimal): -6138620 or 284066. OLE color: 284066.

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

Color convert

RGB 162 85 4 -
CMYK 0 0.48 0.98 0.36
HSL 30.76º 0.95% 0.33% -
HSV(B) 30.76º 0.98% 0.64% -
XYZ 18.17 14.19 1.9 -
YUV 98.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 162 85 4 0 0.48 0.98 0.36 30.76 0.95 0.33
Hex A2 55 4 0 30 62 24 1F 5F 21
Octal 242 125 4 0 60 142 44 37 137 41
Binary 10100010 1010101 100 0 110000 1100010 100100 11111 1011111 100001

Color Harmonies of #A25504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25504

Black with #A25504

Text Example


Text Example

White with #A25504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25504; }

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

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

background-color css

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

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

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

border-color css

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

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

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