Html Css Color HEX #A25812 Golden Brown

📋 copy color: '#A25812'

red 162 ◦ green 88 ◦ blue 18

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

Shades of Golden Brown #A25812

Tints of Golden Brown #A25812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

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

R = 60.45%
G = 32.84%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A25812 (or 0xA25812) is known color: Golden Brown. HEX triplet: A2, 58 and 12. RGB value is (162,88,18). Sum of RGB (Red+Green+Blue) = 162+88+18=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A25812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25812 is #5DA7ED. Grayscale: #666666. Windows color (decimal): -6137838 or 1202338. OLE color: 1202338.

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

Color convert

RGB 162 88 18 -
CMYK 0 0.46 0.89 0.36
HSL 29.17º 0.8% 0.35% -
HSV(B) 29.17º 0.89% 0.64% -
XYZ 18.5 14.7 2.44 -
YUV 102.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 162 88 18 0 0.46 0.89 0.36 29.17 0.8 0.35
Hex A2 58 12 0 2E 59 24 1D 50 23
Octal 242 130 22 0 56 131 44 35 120 43
Binary 10100010 1011000 10010 0 101110 1011001 100100 11101 1010000 100011

Color Harmonies of #A25812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25812

Black with #A25812

Text Example


Text Example

White with #A25812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25812; }

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

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

background-color css

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

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

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

border-color css

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

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

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