Html Css Color HEX #A25A0A Golden Brown

📋 copy color: '#A25A0A'

red 162 ◦ green 90 ◦ blue 10

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

Shades of Golden Brown #A25A0A

Tints of Golden Brown #A25A0A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.35%

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

R = 61.83%
G = 34.35%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A25A0A (or 0xA25A0A) is known color: Golden Brown. HEX triplet: A2, 5A and 0A. RGB value is (162,90,10). Sum of RGB (Red+Green+Blue) = 162+90+10=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25A0A is #5DA5F5. Grayscale: #666666. Windows color (decimal): -6137334 or 678562. OLE color: 678562.

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

Color convert

RGB 162 90 10 -
CMYK 0 0.44 0.94 0.36
HSL 31.58º 0.88% 0.34% -
HSV(B) 31.58º 0.94% 0.64% -
XYZ 18.61 15.02 2.2 -
YUV 102.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 162 90 10 0 0.44 0.94 0.36 31.58 0.88 0.34
Hex A2 5A A 0 2C 5E 24 20 58 22
Octal 242 132 12 0 54 136 44 40 130 42
Binary 10100010 1011010 1010 0 101100 1011110 100100 100000 1011000 100010

Color Harmonies of #A25A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A0A

Black with #A25A0A

Text Example


Text Example

White with #A25A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A0A; }

 p { color: rgb(162,90,10); }

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

background-color css

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

 a { background-color: rgb(162,90,10); }

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

border-color css

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

 span { border-color: rgb(162,90,10); }

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