Html Css Color HEX #A25612 Golden Brown

📋 copy color: '#A25612'

red 162 ◦ green 86 ◦ blue 18

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

Shades of Golden Brown #A25612

Tints of Golden Brown #A25612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

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

R = 60.9%
G = 32.33%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A25612 (or 0xA25612) is known color: Golden Brown. HEX triplet: A2, 56 and 12. RGB value is (162,86,18). Sum of RGB (Red+Green+Blue) = 162+86+18=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A25612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25612 is #5DA9ED. Grayscale: #656565. Windows color (decimal): -6138350 or 1201826. OLE color: 1201826.

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

Color convert

RGB 162 86 18 -
CMYK 0 0.47 0.89 0.36
HSL 28.33º 0.8% 0.35% -
HSV(B) 28.33º 0.89% 0.64% -
XYZ 18.34 14.38 2.38 -
YUV 100.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 162 86 18 0 0.47 0.89 0.36 28.33 0.8 0.35
Hex A2 56 12 0 2F 59 24 1C 50 23
Octal 242 126 22 0 57 131 44 34 120 43
Binary 10100010 1010110 10010 0 101111 1011001 100100 11100 1010000 100011

Color Harmonies of #A25612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25612

Black with #A25612

Text Example


Text Example

White with #A25612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25612; }

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

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

background-color css

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

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

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

border-color css

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

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

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