Html Css Color HEX #A28B43 Luxor Gold

📋 copy color: '#A28B43'

red 162 ◦ green 139 ◦ blue 67

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

Shades of Luxor Gold #A28B43

Tints of Luxor Gold #A28B43

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.77%

 BLUE value IS 67 (26.56% from 255) = 18.21%

R = 44.02%
G = 37.77%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A28B43 (or 0xA28B43) is known color: Luxor Gold. HEX triplet: A2, 8B and 43. RGB value is (162,139,67). Sum of RGB (Red+Green+Blue) = 162+139+67=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B43 is #5D74BC. Grayscale: #898989. Windows color (decimal): -6124733 or 4426658. OLE color: 4426658.

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

Color convert

RGB 162 139 67 -
CMYK 0 0.14 0.59 0.36
HSL 45.47º 0.41% 0.45% -
HSV(B) 45.47º 0.59% 0.64% -
XYZ 25.15 26.55 9.11 -
YUV 137.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 162 139 67 0 0.14 0.59 0.36 45.47 0.41 0.45
Hex A2 8B 43 0 E 3B 24 2D 29 2D
Octal 242 213 103 0 16 73 44 55 51 55
Binary 10100010 10001011 1000011 0 1110 111011 100100 101101 101001 101101

Color Harmonies of #A28B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28B43

Black with #A28B43

Text Example


Text Example

White with #A28B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28B43; }

 p { color: rgb(162,139,67); }

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

background-color css

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

 a { background-color: rgb(162,139,67); }

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

border-color css

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

 span { border-color: rgb(162,139,67); }

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