Html Css Color HEX #A68D48 Luxor Gold

📋 copy color: '#A68D48'

red 166 ◦ green 141 ◦ blue 72

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

Shades of Luxor Gold #A68D48

Tints of Luxor Gold #A68D48

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 72 (28.52% from 255) = 19%

R = 43.8%
G = 37.2%
B = 19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A68D48 (or 0xA68D48) is known color: Luxor Gold. HEX triplet: A6, 8D and 48. RGB value is (166,141,72). Sum of RGB (Red+Green+Blue) = 166+141+72=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D48 is #5972B7. Grayscale: #8C8C8C. Windows color (decimal): -5862072 or 4754854. OLE color: 4754854.

HSL color Cylindrical-coordinate representation of color #A68D48: hue angle of 44.04º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A68D48 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 141 72 -
CMYK 0 0.15 0.57 0.35
HSL 44.04º 0.39% 0.47% -
HSV(B) 44.04º 0.57% 0.65% -
XYZ 26.42 27.62 10.07 -
YUV 140.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 166 141 72 0 0.15 0.57 0.35 44.04 0.39 0.47
Hex A6 8D 48 0 F 39 23 2C 27 2F
Octal 246 215 110 0 17 71 43 54 47 57
Binary 10100110 10001101 1001000 0 1111 111001 100011 101100 100111 101111

Color Harmonies of #A68D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D48

Black with #A68D48

Text Example


Text Example

White with #A68D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D48; }

 p { color: rgb(166,141,72); }

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

background-color css

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

 a { background-color: rgb(166,141,72); }

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

border-color css

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

 span { border-color: rgb(166,141,72); }

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