Html Css Color HEX #A5441E Rich Gold

📋 copy color: '#A5441E'

red 165 ◦ green 68 ◦ blue 30

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

Shades of Rich Gold #A5441E

Tints of Rich Gold #A5441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 62.74%
G = 25.86%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5441E (or 0xA5441E) is known color: Rich Gold. HEX triplet: A5, 44 and 1E. RGB value is (165,68,30). Sum of RGB (Red+Green+Blue) = 165+68+30=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5441E is #5ABBE1. Grayscale: #5C5C5C. Windows color (decimal): -5946338 or 1983653. OLE color: 1983653.

HSL color Cylindrical-coordinate representation of color #A5441E: hue angle of 16.89º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5441E is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 68 30 -
CMYK 0 0.59 0.82 0.35
HSL 16.89º 0.69% 0.38% -
HSV(B) 16.89º 0.82% 0.65% -
XYZ 17.82 12.23 2.65 -
YUV 92.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 165 68 30 0 0.59 0.82 0.35 16.89 0.69 0.38
Hex A5 44 1E 0 3B 52 23 11 45 26
Octal 245 104 36 0 73 122 43 21 105 46
Binary 10100101 1000100 11110 0 111011 1010010 100011 10001 1000101 100110

Color Harmonies of #A5441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5441E

Black with #A5441E

Text Example


Text Example

White with #A5441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5441E; }

 p { color: rgb(165,68,30); }

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

background-color css

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

 a { background-color: rgb(165,68,30); }

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

border-color css

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

 span { border-color: rgb(165,68,30); }

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