Html Css Color HEX #A45300 Golden Brown

📋 copy color: '#A45300'

red 164 ◦ green 83 ◦ blue 0

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

Shades of Golden Brown #A45300

Tints of Golden Brown #A45300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.6%

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

R = 66.4%
G = 33.6%
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

#A45300 (or 0xA45300) is known color: Golden Brown. HEX triplet: A4, 53 and 00. RGB value is (164,83,0). Sum of RGB (Red+Green+Blue) = 164+83+0=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A45300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45300 is #5BACFF. Grayscale: #626262. Windows color (decimal): -6008064 or 21412. OLE color: 21412.

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

Color convert

RGB 164 83 0 -
CMYK 0 0.49 1 0.36
HSL 30.37º 1% 0.32% -
HSV(B) 30.37º 1% 0.64% -
XYZ 18.4 14.08 1.75 -
YUV 97.76 72.84 175.25 -
System Red Green Blue C M Y K H S L
Decimal 164 83 0 0 0.49 1 0.36 30.37 1 0.32
Hex A4 53 0 0 31 64 24 1E 64 20
Octal 244 123 0 0 61 144 44 36 144 40
Binary 10100100 1010011 0 0 110001 1100100 100100 11110 1100100 100000

Color Harmonies of #A45300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45300

Black with #A45300

Text Example


Text Example

White with #A45300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45300; }

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

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

background-color css

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

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

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

border-color css

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

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

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