Html Css Color HEX #A78F3E Luxor Gold

📋 copy color: '#A78F3E'

red 167 ◦ green 143 ◦ blue 62

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

Shades of Luxor Gold #A78F3E

Tints of Luxor Gold #A78F3E

RGB

 RED value IS 167 (65.63% from 255) = 44.89%

 GREEN value IS 143 (56.25% from 255) = 38.44%

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

R = 44.89%
G = 38.44%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A78F3E (or 0xA78F3E) is known color: Luxor Gold. HEX triplet: A7, 8F and 3E. RGB value is (167,143,62). Sum of RGB (Red+Green+Blue) = 167+143+62=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78F3E is #5870C1. Grayscale: #8D8D8D. Windows color (decimal): -5796034 or 4100007. OLE color: 4100007.

HSL color Cylindrical-coordinate representation of color #A78F3E: hue angle of 46.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A78F3E is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 143 62 -
CMYK 0 0.14 0.63 0.35
HSL 46.29º 0.46% 0.45% -
HSV(B) 46.29º 0.63% 0.65% -
XYZ 26.63 28.21 8.6 -
YUV 140.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 167 143 62 0 0.14 0.63 0.35 46.29 0.46 0.45
Hex A7 8F 3E 0 E 3F 23 2E 2E 2D
Octal 247 217 76 0 16 77 43 56 56 55
Binary 10100111 10001111 111110 0 1110 111111 100011 101110 101110 101101

Color Harmonies of #A78F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78F3E

Black with #A78F3E

Text Example


Text Example

White with #A78F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78F3E; }

 p { color: rgb(167,143,62); }

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

background-color css

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

 a { background-color: rgb(167,143,62); }

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

border-color css

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

 span { border-color: rgb(167,143,62); }

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