Html Css Color HEX #AF672C Reno Sand

📋 copy color: '#AF672C'

red 175 ◦ green 103 ◦ blue 44

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

Shades of Reno Sand #AF672C

Tints of Reno Sand #AF672C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 54.35%
G = 31.99%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF672C (or 0xAF672C) is known color: Reno Sand. HEX triplet: AF, 67 and 2C. RGB value is (175,103,44). Sum of RGB (Red+Green+Blue) = 175+103+44=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF672C is #5098D3. Grayscale: #767676. Windows color (decimal): -5282004 or 2910127. OLE color: 2910127.

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

Color convert

RGB 175 103 44 -
CMYK 0 0.41 0.75 0.31
HSL 27.02º 0.6% 0.43% -
HSV(B) 27.02º 0.75% 0.69% -
XYZ 22.98 19 4.84 -
YUV 117.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 175 103 44 0 0.41 0.75 0.31 27.02 0.6 0.43
Hex AF 67 2C 0 29 4B 1F 1B 3C 2B
Octal 257 147 54 0 51 113 37 33 74 53
Binary 10101111 1100111 101100 0 101001 1001011 11111 11011 111100 101011

Color Harmonies of #AF672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF672C

Black with #AF672C

Text Example


Text Example

White with #AF672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF672C; }

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

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

background-color css

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

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

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

border-color css

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

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

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