Html Css Color HEX #A6883F Luxor Gold

📋 copy color: '#A6883F'

red 166 ◦ green 136 ◦ blue 63

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

Shades of Luxor Gold #A6883F

Tints of Luxor Gold #A6883F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.26%

R = 45.48%
G = 37.26%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6883F (or 0xA6883F) is known color: Luxor Gold. HEX triplet: A6, 88 and 3F. RGB value is (166,136,63). Sum of RGB (Red+Green+Blue) = 166+136+63=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A6883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6883F is #5977C0. Grayscale: #888888. Windows color (decimal): -5863361 or 4163750. OLE color: 4163750.

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

Color convert

RGB 166 136 63 -
CMYK 0 0.18 0.62 0.35
HSL 42.52º 0.45% 0.45% -
HSV(B) 42.52º 0.62% 0.65% -
XYZ 25.43 26.07 8.4 -
YUV 136.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 166 136 63 0 0.18 0.62 0.35 42.52 0.45 0.45
Hex A6 88 3F 0 12 3E 23 2B 2D 2D
Octal 246 210 77 0 22 76 43 53 55 55
Binary 10100110 10001000 111111 0 10010 111110 100011 101011 101101 101101

Color Harmonies of #A6883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6883F

Black with #A6883F

Text Example


Text Example

White with #A6883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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