Html Css Color HEX #A5421B Rich Gold

📋 copy color: '#A5421B'

red 165 ◦ green 66 ◦ blue 27

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

Shades of Rich Gold #A5421B

Tints of Rich Gold #A5421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 63.95%
G = 25.58%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5421B (or 0xA5421B) is known color: Rich Gold. HEX triplet: A5, 42 and 1B. RGB value is (165,66,27). Sum of RGB (Red+Green+Blue) = 165+66+27=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A5421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5421B is #5ABDE4. Grayscale: #5B5B5B. Windows color (decimal): -5946853 or 1786533. OLE color: 1786533.

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

Color convert

RGB 165 66 27 -
CMYK 0 0.60 0.84 0.35
HSL 16.96º 0.72% 0.38% -
HSV(B) 16.96º 0.84% 0.65% -
XYZ 17.66 11.97 2.42 -
YUV 91.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 165 66 27 0 0.60 0.84 0.35 16.96 0.72 0.38
Hex A5 42 1B 0 3C 54 23 11 48 26
Octal 245 102 33 0 74 124 43 21 110 46
Binary 10100101 1000010 11011 0 111100 1010100 100011 10001 1001000 100110

Color Harmonies of #A5421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5421B

Black with #A5421B

Text Example


Text Example

White with #A5421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5421B; }

 p { color: rgb(165,66,27); }

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

background-color css

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

 a { background-color: rgb(165,66,27); }

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

border-color css

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

 span { border-color: rgb(165,66,27); }

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