Html Css Color HEX #A25904 Golden Brown

📋 copy color: '#A25904'

red 162 ◦ green 89 ◦ blue 4

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

Shades of Golden Brown #A25904

Tints of Golden Brown #A25904

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

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

R = 63.53%
G = 34.9%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A25904 (or 0xA25904) is known color: Golden Brown. HEX triplet: A2, 59 and 04. RGB value is (162,89,4). Sum of RGB (Red+Green+Blue) = 162+89+4=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A25904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25904 is #5DA6FB. Grayscale: #656565. Windows color (decimal): -6137596 or 285090. OLE color: 285090.

HSL color Cylindrical-coordinate representation of color #A25904: hue angle of 32.28º 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 #A25904 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 4 -
CMYK 0 0.45 0.98 0.36
HSL 32.28º 0.95% 0.33% -
HSV(B) 32.28º 0.98% 0.64% -
XYZ 18.49 14.83 2 -
YUV 101.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 162 89 4 0 0.45 0.98 0.36 32.28 0.95 0.33
Hex A2 59 4 0 2D 62 24 20 5F 21
Octal 242 131 4 0 55 142 44 40 137 41
Binary 10100010 1011001 100 0 101101 1100010 100100 100000 1011111 100001

Color Harmonies of #A25904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25904

Black with #A25904

Text Example


Text Example

White with #A25904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25904; }

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

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

background-color css

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

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

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

border-color css

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

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

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