Html Css Color HEX #A6883E Luxor Gold

📋 copy color: '#A6883E'

red 166 ◦ green 136 ◦ blue 62

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

Shades of Luxor Gold #A6883E

Tints of Luxor Gold #A6883E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 45.6%
G = 37.36%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6883E (or 0xA6883E) is known color: Luxor Gold. HEX triplet: A6, 88 and 3E. RGB value is (166,136,62). Sum of RGB (Red+Green+Blue) = 166+136+62=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6883E is #5977C1. Grayscale: #888888. Windows color (decimal): -5863362 or 4098214. OLE color: 4098214.

HSL color Cylindrical-coordinate representation of color #A6883E: hue angle of 42.69º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6883E is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 62 -
CMYK 0 0.18 0.63 0.35
HSL 42.69º 0.46% 0.45% -
HSV(B) 42.69º 0.63% 0.65% -
XYZ 25.4 26.06 8.25 -
YUV 136.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 166 136 62 0 0.18 0.63 0.35 42.69 0.46 0.45
Hex A6 88 3E 0 12 3F 23 2B 2E 2D
Octal 246 210 76 0 22 77 43 53 56 55
Binary 10100110 10001000 111110 0 10010 111111 100011 101011 101110 101101

Color Harmonies of #A6883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6883E

Black with #A6883E

Text Example


Text Example

White with #A6883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6883E; }

 p { color: rgb(166,136,62); }

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

background-color css

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

 a { background-color: rgb(166,136,62); }

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

border-color css

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

 span { border-color: rgb(166,136,62); }

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