Html Css Color HEX #A8923E Luxor Gold

📋 copy color: '#A8923E'

red 168 ◦ green 146 ◦ blue 62

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

Shades of Luxor Gold #A8923E

Tints of Luxor Gold #A8923E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.83%

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

R = 44.68%
G = 38.83%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8923E (or 0xA8923E) is known color: Luxor Gold. HEX triplet: A8, 92 and 3E. RGB value is (168,146,62). Sum of RGB (Red+Green+Blue) = 168+146+62=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8923E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8923E is #576DC1. Grayscale: #8F8F8F. Windows color (decimal): -5729730 or 4100776. OLE color: 4100776.

HSL color Cylindrical-coordinate representation of color #A8923E: hue angle of 47.55º 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 #A8923E is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 146 62 -
CMYK 0 0.13 0.63 0.34
HSL 47.55º 0.46% 0.45% -
HSV(B) 47.55º 0.63% 0.66% -
XYZ 27.3 29.23 8.76 -
YUV 143 82.29 145.83 -
System Red Green Blue C M Y K H S L
Decimal 168 146 62 0 0.13 0.63 0.34 47.55 0.46 0.45
Hex A8 92 3E 0 D 3F 22 30 2E 2D
Octal 250 222 76 0 15 77 42 60 56 55
Binary 10101000 10010010 111110 0 1101 111111 100010 110000 101110 101101

Color Harmonies of #A8923E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8923E

Black with #A8923E

Text Example


Text Example

White with #A8923E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8923E; }

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

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

background-color css

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

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

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

border-color css

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

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

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