Html Css Color HEX #A6431C Rich Gold

📋 copy color: '#A6431C'

red 166 ◦ green 67 ◦ blue 28

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

Shades of Rich Gold #A6431C

Tints of Rich Gold #A6431C

RGB

 RED value IS 166 (65.23% from 255) = 63.6%

 GREEN value IS 67 (26.56% from 255) = 25.67%

 BLUE value IS 28 (11.33% from 255) = 10.73%

R = 63.6%
G = 25.67%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6431C (or 0xA6431C) is known color: Rich Gold. HEX triplet: A6, 43 and 1C. RGB value is (166,67,28). Sum of RGB (Red+Green+Blue) = 166+67+28=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6431C is #59BCE3. Grayscale: #5C5C5C. Windows color (decimal): -5881060 or 1852326. OLE color: 1852326.

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

Color convert

RGB 166 67 28 -
CMYK 0 0.60 0.83 0.35
HSL 16.96º 0.71% 0.38% -
HSV(B) 16.96º 0.83% 0.65% -
XYZ 17.94 12.21 2.51 -
YUV 92.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 166 67 28 0 0.60 0.83 0.35 16.96 0.71 0.38
Hex A6 43 1C 0 3C 53 23 11 47 26
Octal 246 103 34 0 74 123 43 21 107 46
Binary 10100110 1000011 11100 0 111100 1010011 100011 10001 1000111 100110

Color Harmonies of #A6431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6431C

Black with #A6431C

Text Example


Text Example

White with #A6431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6431C; }

 p { color: rgb(166,67,28); }

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

background-color css

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

 a { background-color: rgb(166,67,28); }

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

border-color css

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

 span { border-color: rgb(166,67,28); }

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