Html Css Color HEX #A4674A Sante Fe

📋 copy color: '#A4674A'

red 164 ◦ green 103 ◦ blue 74

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

Shades of Sante Fe #A4674A

Tints of Sante Fe #A4674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 48.09%
G = 30.21%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4674A (or 0xA4674A) is known color: Sante Fe. HEX triplet: A4, 67 and 4A. RGB value is (164,103,74). Sum of RGB (Red+Green+Blue) = 164+103+74=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4674A is #5B98B5. Grayscale: #767676. Windows color (decimal): -6002870 or 4876196. OLE color: 4876196.

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

Color convert

RGB 164 103 74 -
CMYK 0 0.37 0.55 0.36
HSL 19.33º 0.38% 0.47% -
HSV(B) 19.33º 0.55% 0.64% -
XYZ 21.4 18.09 8.84 -
YUV 117.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 164 103 74 0 0.37 0.55 0.36 19.33 0.38 0.47
Hex A4 67 4A 0 25 37 24 13 26 2F
Octal 244 147 112 0 45 67 44 23 46 57
Binary 10100100 1100111 1001010 0 100101 110111 100100 10011 100110 101111

Color Harmonies of #A4674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4674A

Black with #A4674A

Text Example


Text Example

White with #A4674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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