Html Css Color HEX #A4634A Sante Fe

📋 copy color: '#A4634A'

red 164 ◦ green 99 ◦ blue 74

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

Shades of Sante Fe #A4634A

Tints of Sante Fe #A4634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

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

R = 48.66%
G = 29.38%
B = 21.96%

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

#A4634A (or 0xA4634A) is known color: Sante Fe. HEX triplet: A4, 63 and 4A. RGB value is (164,99,74). Sum of RGB (Red+Green+Blue) = 164+99+74=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4634A is #5B9CB5. Grayscale: #737373. Windows color (decimal): -6003894 or 4875172. OLE color: 4875172.

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

Color convert

RGB 164 99 74 -
CMYK 0 0.40 0.55 0.36
HSL 16.67º 0.38% 0.47% -
HSV(B) 16.67º 0.55% 0.64% -
XYZ 21.01 17.31 8.71 -
YUV 115.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 164 99 74 0 0.40 0.55 0.36 16.67 0.38 0.47
Hex A4 63 4A 0 28 37 24 11 26 2F
Octal 244 143 112 0 50 67 44 21 46 57
Binary 10100100 1100011 1001010 0 101000 110111 100100 10001 100110 101111

Color Harmonies of #A4634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4634A

Black with #A4634A

Text Example


Text Example

White with #A4634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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