Html Css Color HEX #A44F0E Rich Gold

📋 copy color: '#A44F0E'

red 164 ◦ green 79 ◦ blue 14

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

Shades of Rich Gold #A44F0E

Tints of Rich Gold #A44F0E

RGB

 RED value IS 164 (64.45% from 255) = 63.81%

 GREEN value IS 79 (31.25% from 255) = 30.74%

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 63.81%
G = 30.74%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A44F0E (or 0xA44F0E) is known color: Rich Gold. HEX triplet: A4, 4F and 0E. RGB value is (164,79,14). Sum of RGB (Red+Green+Blue) = 164+79+14=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44F0E is #5BB0F1. Grayscale: #616161. Windows color (decimal): -6009074 or 937892. OLE color: 937892.

HSL color Cylindrical-coordinate representation of color #A44F0E: hue angle of 26º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A44F0E is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 79 14 -
CMYK 0 0.52 0.91 0.36
HSL 26º 0.84% 0.35% -
HSV(B) 26º 0.91% 0.64% -
XYZ 18.19 13.52 2.07 -
YUV 97.01 81.16 175.79 -
System Red Green Blue C M Y K H S L
Decimal 164 79 14 0 0.52 0.91 0.36 26 0.84 0.35
Hex A4 4F E 0 34 5B 24 1A 54 23
Octal 244 117 16 0 64 133 44 32 124 43
Binary 10100100 1001111 1110 0 110100 1011011 100100 11010 1010100 100011

Color Harmonies of #A44F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44F0E

Black with #A44F0E

Text Example


Text Example

White with #A44F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44F0E; }

 p { color: rgb(164,79,14); }

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

background-color css

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

 a { background-color: rgb(164,79,14); }

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

border-color css

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

 span { border-color: rgb(164,79,14); }

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