Html Css Color HEX #A45101 Golden Brown

📋 copy color: '#A45101'

red 164 ◦ green 81 ◦ blue 1

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

Shades of Golden Brown #A45101

Tints of Golden Brown #A45101

RGB

 RED value IS 164 (64.45% from 255) = 66.67%

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

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

R = 66.67%
G = 32.93%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A45101 (or 0xA45101) is known color: Golden Brown. HEX triplet: A4, 51 and 01. RGB value is (164,81,1). Sum of RGB (Red+Green+Blue) = 164+81+1=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A45101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45101 is #5BAEFE. Grayscale: #616161. Windows color (decimal): -6008575 or 86436. OLE color: 86436.

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

Color convert

RGB 164 81 1 -
CMYK 0 0.51 0.99 0.36
HSL 29.45º 0.99% 0.32% -
HSV(B) 29.45º 0.99% 0.64% -
XYZ 18.26 13.78 1.73 -
YUV 96.7 74 176 -
System Red Green Blue C M Y K H S L
Decimal 164 81 1 0 0.51 0.99 0.36 29.45 0.99 0.32
Hex A4 51 1 0 33 63 24 1D 63 20
Octal 244 121 1 0 63 143 44 35 143 40
Binary 10100100 1010001 1 0 110011 1100011 100100 11101 1100011 100000

Color Harmonies of #A45101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45101

Black with #A45101

Text Example


Text Example

White with #A45101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45101; }

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

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

background-color css

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

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

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

border-color css

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

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

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