Html Css Color HEX #A28D3E Luxor Gold

📋 copy color: '#A28D3E'

red 162 ◦ green 141 ◦ blue 62

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

Shades of Luxor Gold #A28D3E

Tints of Luxor Gold #A28D3E

RGB

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

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

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

R = 44.38%
G = 38.63%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A28D3E (or 0xA28D3E) is known color: Luxor Gold. HEX triplet: A2, 8D and 3E. RGB value is (162,141,62). Sum of RGB (Red+Green+Blue) = 162+141+62=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D3E is #5D72C1. Grayscale: #8A8A8A. Windows color (decimal): -6124226 or 4099490. OLE color: 4099490.

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

Color convert

RGB 162 141 62 -
CMYK 0 0.13 0.62 0.36
HSL 47.4º 0.45% 0.44% -
HSV(B) 47.4º 0.62% 0.64% -
XYZ 25.29 27.08 8.45 -
YUV 138.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 162 141 62 0 0.13 0.62 0.36 47.4 0.45 0.44
Hex A2 8D 3E 0 D 3E 24 2F 2D 2C
Octal 242 215 76 0 15 76 44 57 55 54
Binary 10100010 10001101 111110 0 1101 111110 100100 101111 101101 101100

Color Harmonies of #A28D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28D3E

Black with #A28D3E

Text Example


Text Example

White with #A28D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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