Html Css Color HEX #A25F12 Golden Brown

📋 copy color: '#A25F12'

red 162 ◦ green 95 ◦ blue 18

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

Shades of Golden Brown #A25F12

Tints of Golden Brown #A25F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.55%

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

R = 58.91%
G = 34.55%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A25F12 (or 0xA25F12) is known color: Golden Brown. HEX triplet: A2, 5F and 12. RGB value is (162,95,18). Sum of RGB (Red+Green+Blue) = 162+95+18=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25F12 is #5DA0ED. Grayscale: #6A6A6A. Windows color (decimal): -6136046 or 1204130. OLE color: 1204130.

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

Color convert

RGB 162 95 18 -
CMYK 0 0.41 0.89 0.36
HSL 32.08º 0.8% 0.35% -
HSV(B) 32.08º 0.89% 0.64% -
XYZ 19.1 15.91 2.64 -
YUV 106.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 162 95 18 0 0.41 0.89 0.36 32.08 0.8 0.35
Hex A2 5F 12 0 29 59 24 20 50 23
Octal 242 137 22 0 51 131 44 40 120 43
Binary 10100010 1011111 10010 0 101001 1011001 100100 100000 1010000 100011

Color Harmonies of #A25F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F12

Black with #A25F12

Text Example


Text Example

White with #A25F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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