Html Css Color HEX #A55400 Golden Brown

📋 copy color: '#A55400'

red 165 ◦ green 84 ◦ blue 0

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

Shades of Golden Brown #A55400

Tints of Golden Brown #A55400

RGB

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

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

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

R = 66.27%
G = 33.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A55400 (or 0xA55400) is known color: Golden Brown. HEX triplet: A5, 54 and 00. RGB value is (165,84,0). Sum of RGB (Red+Green+Blue) = 165+84+0=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A55400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55400 is #5AABFF. Grayscale: #636363. Windows color (decimal): -5942272 or 21669. OLE color: 21669.

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

Color convert

RGB 165 84 0 -
CMYK 0 0.49 1 0.35
HSL 30.55º 1% 0.32% -
HSV(B) 30.55º 1% 0.65% -
XYZ 18.69 14.34 1.78 -
YUV 98.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 165 84 0 0 0.49 1 0.35 30.55 1 0.32
Hex A5 54 0 0 31 64 23 1F 64 20
Octal 245 124 0 0 61 144 43 37 144 40
Binary 10100101 1010100 0 0 110001 1100100 100011 11111 1100100 100000

Color Harmonies of #A55400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55400

Black with #A55400

Text Example


Text Example

White with #A55400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55400; }

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

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

background-color css

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

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

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

border-color css

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

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

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