Html Css Color HEX #A25D11 Golden Brown

📋 copy color: '#A25D11'

red 162 ◦ green 93 ◦ blue 17

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

Shades of Golden Brown #A25D11

Tints of Golden Brown #A25D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.19%

 BLUE value IS 17 (7.03% from 255) = 6.25%

R = 59.56%
G = 34.19%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A25D11 (or 0xA25D11) is known color: Golden Brown. HEX triplet: A2, 5D and 11. RGB value is (162,93,17). Sum of RGB (Red+Green+Blue) = 162+93+17=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25D11 is #5DA2EE. Grayscale: #696969. Windows color (decimal): -6136559 or 1138082. OLE color: 1138082.

HSL color Cylindrical-coordinate representation of color #A25D11: hue angle of 31.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A25D11 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 93 17 -
CMYK 0 0.43 0.90 0.36
HSL 31.45º 0.81% 0.35% -
HSV(B) 31.45º 0.9% 0.64% -
XYZ 18.92 15.55 2.53 -
YUV 104.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 162 93 17 0 0.43 0.90 0.36 31.45 0.81 0.35
Hex A2 5D 11 0 2B 5A 24 1F 51 23
Octal 242 135 21 0 53 132 44 37 121 43
Binary 10100010 1011101 10001 0 101011 1011010 100100 11111 1010001 100011

Color Harmonies of #A25D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D11

Black with #A25D11

Text Example


Text Example

White with #A25D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D11; }

 p { color: rgb(162,93,17); }

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

background-color css

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

 a { background-color: rgb(162,93,17); }

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

border-color css

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

 span { border-color: rgb(162,93,17); }

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