Html Css Color HEX #A4624A Sante Fe

📋 copy color: '#A4624A'

red 164 ◦ green 98 ◦ blue 74

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

Shades of Sante Fe #A4624A

Tints of Sante Fe #A4624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 48.81%
G = 29.17%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4624A (or 0xA4624A) is known color: Sante Fe. HEX triplet: A4, 62 and 4A. RGB value is (164,98,74). Sum of RGB (Red+Green+Blue) = 164+98+74=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4624A is #5B9DB5. Grayscale: #737373. Windows color (decimal): -6004150 or 4874916. OLE color: 4874916.

HSL color Cylindrical-coordinate representation of color #A4624A: hue angle of 16º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4624A is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 98 74 -
CMYK 0 0.40 0.55 0.36
HSL 16º 0.38% 0.47% -
HSV(B) 16º 0.55% 0.64% -
XYZ 20.91 17.12 8.68 -
YUV 115 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 164 98 74 0 0.40 0.55 0.36 16 0.38 0.47
Hex A4 62 4A 0 28 37 24 10 26 2F
Octal 244 142 112 0 50 67 44 20 46 57
Binary 10100100 1100010 1001010 0 101000 110111 100100 10000 100110 101111

Color Harmonies of #A4624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4624A

Black with #A4624A

Text Example


Text Example

White with #A4624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4624A; }

 p { color: rgb(164,98,74); }

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

background-color css

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

 a { background-color: rgb(164,98,74); }

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

border-color css

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

 span { border-color: rgb(164,98,74); }

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