Html Css Color HEX #A45900 Golden Brown

📋 copy color: '#A45900'

red 164 ◦ green 89 ◦ blue 0

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

Shades of Golden Brown #A45900

Tints of Golden Brown #A45900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.82%
G = 35.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A45900 (or 0xA45900) is known color: Golden Brown. HEX triplet: A4, 59 and 00. RGB value is (164,89,0). Sum of RGB (Red+Green+Blue) = 164+89+0=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A45900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45900 is #5BA6FF. Grayscale: #656565. Windows color (decimal): -6006528 or 22948. OLE color: 22948.

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

Color convert

RGB 164 89 0 -
CMYK 0 0.46 1 0.36
HSL 32.56º 1% 0.32% -
HSV(B) 32.56º 1% 0.64% -
XYZ 18.88 15.04 1.91 -
YUV 101.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 164 89 0 0 0.46 1 0.36 32.56 1 0.32
Hex A4 59 0 0 2E 64 24 21 64 20
Octal 244 131 0 0 56 144 44 41 144 40
Binary 10100100 1011001 0 0 101110 1100100 100100 100001 1100100 100000

Color Harmonies of #A45900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45900

Black with #A45900

Text Example


Text Example

White with #A45900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45900; }

 p { color: rgb(164,89,0); }

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

background-color css

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

 a { background-color: rgb(164,89,0); }

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

border-color css

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

 span { border-color: rgb(164,89,0); }

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