Html Css Color HEX #A88D3E Luxor Gold

📋 copy color: '#A88D3E'

red 168 ◦ green 141 ◦ blue 62

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

Shades of Luxor Gold #A88D3E

Tints of Luxor Gold #A88D3E

RGB

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

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

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

R = 45.28%
G = 38.01%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A88D3E (or 0xA88D3E) is known color: Luxor Gold. HEX triplet: A8, 8D and 3E. RGB value is (168,141,62). Sum of RGB (Red+Green+Blue) = 168+141+62=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88D3E is #5772C1. Grayscale: #8C8C8C. Windows color (decimal): -5731010 or 4099496. OLE color: 4099496.

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

Color convert

RGB 168 141 62 -
CMYK 0 0.16 0.63 0.34
HSL 44.72º 0.46% 0.45% -
HSV(B) 44.72º 0.63% 0.66% -
XYZ 26.54 27.72 8.51 -
YUV 140.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 168 141 62 0 0.16 0.63 0.34 44.72 0.46 0.45
Hex A8 8D 3E 0 10 3F 22 2D 2E 2D
Octal 250 215 76 0 20 77 42 55 56 55
Binary 10101000 10001101 111110 0 10000 111111 100010 101101 101110 101101

Color Harmonies of #A88D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88D3E

Black with #A88D3E

Text Example


Text Example

White with #A88D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88D3E; }

 p { color: rgb(168,141,62); }

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

background-color css

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

 a { background-color: rgb(168,141,62); }

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

border-color css

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

 span { border-color: rgb(168,141,62); }

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