Html Css Color HEX #A44F0F Rich Gold

📋 copy color: '#A44F0F'

red 164 ◦ green 79 ◦ blue 15

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

Shades of Rich Gold #A44F0F

Tints of Rich Gold #A44F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 63.57%
G = 30.62%
B = 5.81%

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

#A44F0F (or 0xA44F0F) is known color: Rich Gold. HEX triplet: A4, 4F and 0F. RGB value is (164,79,15). Sum of RGB (Red+Green+Blue) = 164+79+15=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44F0F is #5BB0F0. Grayscale: #616161. Windows color (decimal): -6009073 or 1003428. OLE color: 1003428.

HSL color Cylindrical-coordinate representation of color #A44F0F: hue angle of 25.77º degrees, saturation: 0.83, 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 #A44F0F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 79 15 -
CMYK 0 0.52 0.91 0.36
HSL 25.77º 0.83% 0.35% -
HSV(B) 25.77º 0.91% 0.64% -
XYZ 18.19 13.52 2.1 -
YUV 97.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 164 79 15 0 0.52 0.91 0.36 25.77 0.83 0.35
Hex A4 4F F 0 34 5B 24 1A 53 23
Octal 244 117 17 0 64 133 44 32 123 43
Binary 10100100 1001111 1111 0 110100 1011011 100100 11010 1010011 100011

Color Harmonies of #A44F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44F0F

Black with #A44F0F

Text Example


Text Example

White with #A44F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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