Html Css Color HEX #A55300 Golden Brown

📋 copy color: '#A55300'

red 165 ◦ green 83 ◦ blue 0

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

Shades of Golden Brown #A55300

Tints of Golden Brown #A55300

RGB

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

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

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

R = 66.53%
G = 33.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A55300 (or 0xA55300) is known color: Golden Brown. HEX triplet: A5, 53 and 00. RGB value is (165,83,0). Sum of RGB (Red+Green+Blue) = 165+83+0=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A55300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55300 is #5AACFF. Grayscale: #626262. Windows color (decimal): -5942528 or 21413. OLE color: 21413.

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

Color convert

RGB 165 83 0 -
CMYK 0 0.50 1 0.35
HSL 30.18º 1% 0.32% -
HSV(B) 30.18º 1% 0.65% -
XYZ 18.61 14.19 1.76 -
YUV 98.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 165 83 0 0 0.50 1 0.35 30.18 1 0.32
Hex A5 53 0 0 32 64 23 1E 64 20
Octal 245 123 0 0 62 144 43 36 144 40
Binary 10100101 1010011 0 0 110010 1100100 100011 11110 1100100 100000

Color Harmonies of #A55300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55300

Black with #A55300

Text Example


Text Example

White with #A55300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55300; }

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

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

background-color css

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

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

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

border-color css

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

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

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