Html Css Color HEX #A28A4A Luxor Gold

📋 copy color: '#A28A4A'

red 162 ◦ green 138 ◦ blue 74

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

Shades of Luxor Gold #A28A4A

Tints of Luxor Gold #A28A4A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 43.32%
G = 36.9%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A28A4A (or 0xA28A4A) is known color: Luxor Gold. HEX triplet: A2, 8A and 4A. RGB value is (162,138,74). Sum of RGB (Red+Green+Blue) = 162+138+74=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A4A is #5D75B5. Grayscale: #8A8A8A. Windows color (decimal): -6124982 or 4885154. OLE color: 4885154.

HSL color Cylindrical-coordinate representation of color #A28A4A: hue angle of 43.64º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A28A4A is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 138 74 -
CMYK 0 0.15 0.54 0.36
HSL 43.64º 0.37% 0.46% -
HSV(B) 43.64º 0.54% 0.64% -
XYZ 25.22 26.35 10.24 -
YUV 137.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 162 138 74 0 0.15 0.54 0.36 43.64 0.37 0.46
Hex A2 8A 4A 0 F 36 24 2C 25 2E
Octal 242 212 112 0 17 66 44 54 45 56
Binary 10100010 10001010 1001010 0 1111 110110 100100 101100 100101 101110

Color Harmonies of #A28A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A4A

Black with #A28A4A

Text Example


Text Example

White with #A28A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A4A; }

 p { color: rgb(162,138,74); }

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

background-color css

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

 a { background-color: rgb(162,138,74); }

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

border-color css

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

 span { border-color: rgb(162,138,74); }

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