Html Css Color HEX #A45400 Golden Brown

📋 copy color: '#A45400'

red 164 ◦ green 84 ◦ blue 0

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

Shades of Golden Brown #A45400

Tints of Golden Brown #A45400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.87%

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

R = 66.13%
G = 33.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A45400 (or 0xA45400) is known color: Golden Brown. HEX triplet: A4, 54 and 00. RGB value is (164,84,0). Sum of RGB (Red+Green+Blue) = 164+84+0=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A45400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45400 is #5BABFF. Grayscale: #626262. Windows color (decimal): -6007808 or 21668. OLE color: 21668.

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

Color convert

RGB 164 84 0 -
CMYK 0 0.49 1 0.36
HSL 30.73º 1% 0.32% -
HSV(B) 30.73º 1% 0.64% -
XYZ 18.48 14.23 1.77 -
YUV 98.34 72.5 174.83 -
System Red Green Blue C M Y K H S L
Decimal 164 84 0 0 0.49 1 0.36 30.73 1 0.32
Hex A4 54 0 0 31 64 24 1F 64 20
Octal 244 124 0 0 61 144 44 37 144 40
Binary 10100100 1010100 0 0 110001 1100100 100100 11111 1100100 100000

Color Harmonies of #A45400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45400

Black with #A45400

Text Example


Text Example

White with #A45400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45400; }

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

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

background-color css

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

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

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

border-color css

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

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

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