Html Css Color HEX #A44B27 Rich Gold

📋 copy color: '#A44B27'

red 164 ◦ green 75 ◦ blue 39

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

Shades of Rich Gold #A44B27

Tints of Rich Gold #A44B27

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.98%

 BLUE value IS 39 (15.63% from 255) = 14.03%

R = 58.99%
G = 26.98%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A44B27 (or 0xA44B27) is known color: Rich Gold. HEX triplet: A4, 4B and 27. RGB value is (164,75,39). Sum of RGB (Red+Green+Blue) = 164+75+39=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B27 is #5BB4D8. Grayscale: #616161. Windows color (decimal): -6010073 or 2575268. OLE color: 2575268.

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

Color convert

RGB 164 75 39 -
CMYK 0 0.54 0.76 0.36
HSL 17.28º 0.62% 0.4% -
HSV(B) 17.28º 0.76% 0.64% -
XYZ 18.19 13.07 3.48 -
YUV 97.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 164 75 39 0 0.54 0.76 0.36 17.28 0.62 0.4
Hex A4 4B 27 0 36 4C 24 11 3E 28
Octal 244 113 47 0 66 114 44 21 76 50
Binary 10100100 1001011 100111 0 110110 1001100 100100 10001 111110 101000

Color Harmonies of #A44B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B27

Black with #A44B27

Text Example


Text Example

White with #A44B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B27; }

 p { color: rgb(164,75,39); }

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

background-color css

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

 a { background-color: rgb(164,75,39); }

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

border-color css

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

 span { border-color: rgb(164,75,39); }

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