Html Css Color HEX #A55C0E Golden Brown

📋 copy color: '#A55C0E'

red 165 ◦ green 92 ◦ blue 14

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

Shades of Golden Brown #A55C0E

Tints of Golden Brown #A55C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.95%

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 60.89%
G = 33.95%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A55C0E (or 0xA55C0E) is known color: Golden Brown. HEX triplet: A5, 5C and 0E. RGB value is (165,92,14). Sum of RGB (Red+Green+Blue) = 165+92+14=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55C0E is #5AA3F1. Grayscale: #696969. Windows color (decimal): -5940210 or 941221. OLE color: 941221.

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

Color convert

RGB 165 92 14 -
CMYK 0 0.44 0.92 0.35
HSL 30.99º 0.84% 0.35% -
HSV(B) 30.99º 0.92% 0.65% -
XYZ 19.42 15.69 2.42 -
YUV 104.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 165 92 14 0 0.44 0.92 0.35 30.99 0.84 0.35
Hex A5 5C E 0 2C 5C 23 1F 54 23
Octal 245 134 16 0 54 134 43 37 124 43
Binary 10100101 1011100 1110 0 101100 1011100 100011 11111 1010100 100011

Color Harmonies of #A55C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C0E

Black with #A55C0E

Text Example


Text Example

White with #A55C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C0E; }

 p { color: rgb(165,92,14); }

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

background-color css

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

 a { background-color: rgb(165,92,14); }

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

border-color css

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

 span { border-color: rgb(165,92,14); }

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