Html Css Color HEX #A55700 Golden Brown

📋 copy color: '#A55700'

red 165 ◦ green 87 ◦ blue 0

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

Shades of Golden Brown #A55700

Tints of Golden Brown #A55700

RGB

 RED value IS 165 (64.84% from 255) = 65.48%

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

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

R = 65.48%
G = 34.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A55700 (or 0xA55700) is known color: Golden Brown. HEX triplet: A5, 57 and 00. RGB value is (165,87,0). Sum of RGB (Red+Green+Blue) = 165+87+0=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A55700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55700 is #5AA8FF. Grayscale: #646464. Windows color (decimal): -5941504 or 22437. OLE color: 22437.

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

Color convert

RGB 165 87 0 -
CMYK 0 0.47 1 0.35
HSL 31.64º 1% 0.32% -
HSV(B) 31.64º 1% 0.65% -
XYZ 18.93 14.82 1.86 -
YUV 100.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 165 87 0 0 0.47 1 0.35 31.64 1 0.32
Hex A5 57 0 0 2F 64 23 20 64 20
Octal 245 127 0 0 57 144 43 40 144 40
Binary 10100101 1010111 0 0 101111 1100100 100011 100000 1100100 100000

Color Harmonies of #A55700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55700

Black with #A55700

Text Example


Text Example

White with #A55700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55700; }

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

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

background-color css

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

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

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

border-color css

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

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

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