Html Css Color HEX #A28844 Luxor Gold

📋 copy color: '#A28844'

red 162 ◦ green 136 ◦ blue 68

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

Shades of Luxor Gold #A28844

Tints of Luxor Gold #A28844

RGB

 RED value IS 162 (63.67% from 255) = 44.26%

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

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 44.26%
G = 37.16%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A28844 (or 0xA28844) is known color: Luxor Gold. HEX triplet: A2, 88 and 44. RGB value is (162,136,68). Sum of RGB (Red+Green+Blue) = 162+136+68=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A28844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28844 is #5D77BB. Grayscale: #888888. Windows color (decimal): -6125500 or 4491426. OLE color: 4491426.

HSL color Cylindrical-coordinate representation of color #A28844: hue angle of 43.4º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A28844 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 136 68 -
CMYK 0 0.16 0.58 0.36
HSL 43.4º 0.41% 0.45% -
HSV(B) 43.4º 0.58% 0.64% -
XYZ 24.75 25.71 9.13 -
YUV 136.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 162 136 68 0 0.16 0.58 0.36 43.4 0.41 0.45
Hex A2 88 44 0 10 3A 24 2B 29 2D
Octal 242 210 104 0 20 72 44 53 51 55
Binary 10100010 10001000 1000100 0 10000 111010 100100 101011 101001 101101

Color Harmonies of #A28844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28844

Black with #A28844

Text Example


Text Example

White with #A28844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28844; }

 p { color: rgb(162,136,68); }

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

background-color css

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

 a { background-color: rgb(162,136,68); }

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

border-color css

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

 span { border-color: rgb(162,136,68); }

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