Html Css Color HEX #AF6754 Sante Fe

📋 copy color: '#AF6754'

red 175 ◦ green 103 ◦ blue 84

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

Shades of Sante Fe #AF6754

Tints of Sante Fe #AF6754

RGB

 RED value IS 175 (68.75% from 255) = 48.34%

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

 BLUE value IS 84 (33.2% from 255) = 23.2%

R = 48.34%
G = 28.45%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF6754 (or 0xAF6754) is known color: Sante Fe. HEX triplet: AF, 67 and 54. RGB value is (175,103,84). Sum of RGB (Red+Green+Blue) = 175+103+84=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6754 is #5098AB. Grayscale: #7A7A7A. Windows color (decimal): -5281964 or 5531567. OLE color: 5531567.

HSL color Cylindrical-coordinate representation of color #AF6754: hue angle of 12.53º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6754 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 84 -
CMYK 0 0.41 0.52 0.31
HSL 12.53º 0.36% 0.51% -
HSV(B) 12.53º 0.52% 0.69% -
XYZ 24.13 19.45 10.87 -
YUV 122.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 175 103 84 0 0.41 0.52 0.31 12.53 0.36 0.51
Hex AF 67 54 0 29 34 1F D 24 33
Octal 257 147 124 0 51 64 37 15 44 63
Binary 10101111 1100111 1010100 0 101001 110100 11111 1101 100100 110011

Color Harmonies of #AF6754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6754

Black with #AF6754

Text Example


Text Example

White with #AF6754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6754; }

 p { color: rgb(175,103,84); }

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

background-color css

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

 a { background-color: rgb(175,103,84); }

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

border-color css

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

 span { border-color: rgb(175,103,84); }

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