Html Css Color HEX #A45700 Golden Brown

📋 copy color: '#A45700'

red 164 ◦ green 87 ◦ blue 0

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

Shades of Golden Brown #A45700

Tints of Golden Brown #A45700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.66%

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

R = 65.34%
G = 34.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A45700 (or 0xA45700) is known color: Golden Brown. HEX triplet: A4, 57 and 00. RGB value is (164,87,0). Sum of RGB (Red+Green+Blue) = 164+87+0=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A45700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45700 is #5BA8FF. Grayscale: #646464. Windows color (decimal): -6007040 or 22436. OLE color: 22436.

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

Color convert

RGB 164 87 0 -
CMYK 0 0.47 1 0.36
HSL 31.83º 1% 0.32% -
HSV(B) 31.83º 1% 0.64% -
XYZ 18.72 14.71 1.85 -
YUV 100.11 71.51 173.57 -
System Red Green Blue C M Y K H S L
Decimal 164 87 0 0 0.47 1 0.36 31.83 1 0.32
Hex A4 57 0 0 2F 64 24 20 64 20
Octal 244 127 0 0 57 144 44 40 144 40
Binary 10100100 1010111 0 0 101111 1100100 100100 100000 1100100 100000

Color Harmonies of #A45700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45700

Black with #A45700

Text Example


Text Example

White with #A45700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45700; }

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

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

background-color css

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

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

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

border-color css

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

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

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