Html Css Color HEX #A6510F Rich Gold

📋 copy color: '#A6510F'

red 166 ◦ green 81 ◦ blue 15

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

Shades of Rich Gold #A6510F

Tints of Rich Gold #A6510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 63.36%
G = 30.92%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6510F (or 0xA6510F) is known color: Rich Gold. HEX triplet: A6, 51 and 0F. RGB value is (166,81,15). Sum of RGB (Red+Green+Blue) = 166+81+15=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6510F is #59AEF0. Grayscale: #636363. Windows color (decimal): -5877489 or 1003942. OLE color: 1003942.

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

Color convert

RGB 166 81 15 -
CMYK 0 0.51 0.91 0.35
HSL 26.23º 0.83% 0.35% -
HSV(B) 26.23º 0.91% 0.65% -
XYZ 18.75 14.03 2.17 -
YUV 98.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 166 81 15 0 0.51 0.91 0.35 26.23 0.83 0.35
Hex A6 51 F 0 33 5B 23 1A 53 23
Octal 246 121 17 0 63 133 43 32 123 43
Binary 10100110 1010001 1111 0 110011 1011011 100011 11010 1010011 100011

Color Harmonies of #A6510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6510F

Black with #A6510F

Text Example


Text Example

White with #A6510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6510F; }

 p { color: rgb(166,81,15); }

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

background-color css

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

 a { background-color: rgb(166,81,15); }

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

border-color css

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

 span { border-color: rgb(166,81,15); }

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