Html Css Color HEX #AD674B Sante Fe

📋 copy color: '#AD674B'

red 173 ◦ green 103 ◦ blue 75

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

Shades of Sante Fe #AD674B

Tints of Sante Fe #AD674B

RGB

 RED value IS 173 (67.97% from 255) = 49.29%

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

 BLUE value IS 75 (29.69% from 255) = 21.37%

R = 49.29%
G = 29.34%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD674B (or 0xAD674B) is known color: Sante Fe. HEX triplet: AD, 67 and 4B. RGB value is (173,103,75). Sum of RGB (Red+Green+Blue) = 173+103+75=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD674B is #5298B4. Grayscale: #787878. Windows color (decimal): -5413045 or 4941741. OLE color: 4941741.

HSL color Cylindrical-coordinate representation of color #AD674B: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD674B is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 103 75 -
CMYK 0 0.40 0.57 0.32
HSL 17.14º 0.4% 0.49% -
HSV(B) 17.14º 0.57% 0.68% -
XYZ 23.35 19.09 9.11 -
YUV 120.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 173 103 75 0 0.40 0.57 0.32 17.14 0.4 0.49
Hex AD 67 4B 0 28 39 20 11 28 31
Octal 255 147 113 0 50 71 40 21 50 61
Binary 10101101 1100111 1001011 0 101000 111001 100000 10001 101000 110001

Color Harmonies of #AD674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD674B

Black with #AD674B

Text Example


Text Example

White with #AD674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD674B; }

 p { color: rgb(173,103,75); }

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

background-color css

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

 a { background-color: rgb(173,103,75); }

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

border-color css

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

 span { border-color: rgb(173,103,75); }

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