Html Css Color HEX #A4614A Sante Fe

📋 copy color: '#A4614A'

red 164 ◦ green 97 ◦ blue 74

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

Shades of Sante Fe #A4614A

Tints of Sante Fe #A4614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

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

R = 48.96%
G = 28.96%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4614A (or 0xA4614A) is known color: Sante Fe. HEX triplet: A4, 61 and 4A. RGB value is (164,97,74). Sum of RGB (Red+Green+Blue) = 164+97+74=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A4614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4614A is #5B9EB5. Grayscale: #727272. Windows color (decimal): -6004406 or 4874660. OLE color: 4874660.

HSL color Cylindrical-coordinate representation of color #A4614A: hue angle of 15.33º 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 #A4614A is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 97 74 -
CMYK 0 0.41 0.55 0.36
HSL 15.33º 0.38% 0.47% -
HSV(B) 15.33º 0.55% 0.64% -
XYZ 20.82 16.94 8.65 -
YUV 114.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 164 97 74 0 0.41 0.55 0.36 15.33 0.38 0.47
Hex A4 61 4A 0 29 37 24 F 26 2F
Octal 244 141 112 0 51 67 44 17 46 57
Binary 10100100 1100001 1001010 0 101001 110111 100100 1111 100110 101111

Color Harmonies of #A4614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4614A

Black with #A4614A

Text Example


Text Example

White with #A4614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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