Html Css Color HEX #A25A12 Golden Brown

📋 copy color: '#A25A12'

red 162 ◦ green 90 ◦ blue 18

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

Shades of Golden Brown #A25A12

Tints of Golden Brown #A25A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 60%
G = 33.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A25A12 (or 0xA25A12) is known color: Golden Brown. HEX triplet: A2, 5A and 12. RGB value is (162,90,18). Sum of RGB (Red+Green+Blue) = 162+90+18=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25A12 is #5DA5ED. Grayscale: #676767. Windows color (decimal): -6137326 or 1202850. OLE color: 1202850.

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

Color convert

RGB 162 90 18 -
CMYK 0 0.44 0.89 0.36
HSL 30º 0.8% 0.35% -
HSV(B) 30º 0.89% 0.64% -
XYZ 18.67 15.04 2.49 -
YUV 103.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 162 90 18 0 0.44 0.89 0.36 30 0.8 0.35
Hex A2 5A 12 0 2C 59 24 1E 50 23
Octal 242 132 22 0 54 131 44 36 120 43
Binary 10100010 1011010 10010 0 101100 1011001 100100 11110 1010000 100011

Color Harmonies of #A25A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A12

Black with #A25A12

Text Example


Text Example

White with #A25A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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