Html Css Color HEX #A4724F Sante Fe

📋 copy color: '#A4724F'

red 164 ◦ green 114 ◦ blue 79

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

Shades of Sante Fe #A4724F

Tints of Sante Fe #A4724F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 45.94%
G = 31.93%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4724F (or 0xA4724F) is known color: Sante Fe. HEX triplet: A4, 72 and 4F. RGB value is (164,114,79). Sum of RGB (Red+Green+Blue) = 164+114+79=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4724F is #5B8DB0. Grayscale: #7D7D7D. Windows color (decimal): -6000049 or 5206692. OLE color: 5206692.

HSL color Cylindrical-coordinate representation of color #A4724F: hue angle of 24.71º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4724F is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 79 -
CMYK 0 0.30 0.52 0.36
HSL 24.71º 0.35% 0.48% -
HSV(B) 24.71º 0.52% 0.64% -
XYZ 22.74 20.49 10.15 -
YUV 124.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 164 114 79 0 0.30 0.52 0.36 24.71 0.35 0.48
Hex A4 72 4F 0 1E 34 24 19 23 30
Octal 244 162 117 0 36 64 44 31 43 60
Binary 10100100 1110010 1001111 0 11110 110100 100100 11001 100011 110000

Color Harmonies of #A4724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4724F

Black with #A4724F

Text Example


Text Example

White with #A4724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4724F; }

 p { color: rgb(164,114,79); }

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

background-color css

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

 a { background-color: rgb(164,114,79); }

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

border-color css

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

 span { border-color: rgb(164,114,79); }

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