Html Css Color HEX #A25101 Golden Brown

📋 copy color: '#A25101'

red 162 ◦ green 81 ◦ blue 1

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

Shades of Golden Brown #A25101

Tints of Golden Brown #A25101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.2%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 66.39%
G = 33.2%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A25101 (or 0xA25101) is known color: Golden Brown. HEX triplet: A2, 51 and 01. RGB value is (162,81,1). Sum of RGB (Red+Green+Blue) = 162+81+1=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A25101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25101 is #5DAEFE. Grayscale: #606060. Windows color (decimal): -6139647 or 86434. OLE color: 86434.

HSL color Cylindrical-coordinate representation of color #A25101: hue angle of 29.81º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A25101 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 1 -
CMYK 0 0.50 0.99 0.36
HSL 29.81º 0.99% 0.32% -
HSV(B) 29.81º 0.99% 0.64% -
XYZ 17.85 13.57 1.71 -
YUV 96.1 74.34 175 -
System Red Green Blue C M Y K H S L
Decimal 162 81 1 0 0.50 0.99 0.36 29.81 0.99 0.32
Hex A2 51 1 0 32 63 24 1E 63 20
Octal 242 121 1 0 62 143 44 36 143 40
Binary 10100010 1010001 1 0 110010 1100011 100100 11110 1100011 100000

Color Harmonies of #A25101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25101

Black with #A25101

Text Example


Text Example

White with #A25101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25101; }

 p { color: rgb(162,81,1); }

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

background-color css

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

 a { background-color: rgb(162,81,1); }

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

border-color css

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

 span { border-color: rgb(162,81,1); }

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