Html Css Color HEX #A88C42 Luxor Gold

📋 copy color: '#A88C42'

red 168 ◦ green 140 ◦ blue 66

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

Shades of Luxor Gold #A88C42

Tints of Luxor Gold #A88C42

RGB

 RED value IS 168 (66.02% from 255) = 44.92%

 GREEN value IS 140 (55.08% from 255) = 37.43%

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 44.92%
G = 37.43%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A88C42 (or 0xA88C42) is known color: Luxor Gold. HEX triplet: A8, 8C and 42. RGB value is (168,140,66). Sum of RGB (Red+Green+Blue) = 168+140+66=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88C42 is #5773BD. Grayscale: #8C8C8C. Windows color (decimal): -5731262 or 4361384. OLE color: 4361384.

HSL color Cylindrical-coordinate representation of color #A88C42: hue angle of 43.53º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A88C42 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 140 66 -
CMYK 0 0.17 0.61 0.34
HSL 43.53º 0.44% 0.46% -
HSV(B) 43.53º 0.61% 0.66% -
XYZ 26.51 27.47 9.06 -
YUV 139.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 168 140 66 0 0.17 0.61 0.34 43.53 0.44 0.46
Hex A8 8C 42 0 11 3D 22 2C 2C 2E
Octal 250 214 102 0 21 75 42 54 54 56
Binary 10101000 10001100 1000010 0 10001 111101 100010 101100 101100 101110

Color Harmonies of #A88C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C42

Black with #A88C42

Text Example


Text Example

White with #A88C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C42; }

 p { color: rgb(168,140,66); }

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

background-color css

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

 a { background-color: rgb(168,140,66); }

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

border-color css

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

 span { border-color: rgb(168,140,66); }

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