Html Css Color HEX #AF672B Reno Sand

📋 copy color: '#AF672B'

red 175 ◦ green 103 ◦ blue 43

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

Shades of Reno Sand #AF672B

Tints of Reno Sand #AF672B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.4%

R = 54.52%
G = 32.09%
B = 13.4%

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

#AF672B (or 0xAF672B) is known color: Reno Sand. HEX triplet: AF, 67 and 2B. RGB value is (175,103,43). Sum of RGB (Red+Green+Blue) = 175+103+43=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF672B is #5098D4. Grayscale: #767676. Windows color (decimal): -5282005 or 2844591. OLE color: 2844591.

HSL color Cylindrical-coordinate representation of color #AF672B: hue angle of 27.27º degrees, saturation: 0.61, 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 #AF672B is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 43 -
CMYK 0 0.41 0.75 0.31
HSL 27.27º 0.61% 0.43% -
HSV(B) 27.27º 0.75% 0.69% -
XYZ 22.97 18.99 4.74 -
YUV 117.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 175 103 43 0 0.41 0.75 0.31 27.27 0.61 0.43
Hex AF 67 2B 0 29 4B 1F 1B 3D 2B
Octal 257 147 53 0 51 113 37 33 75 53
Binary 10101111 1100111 101011 0 101001 1001011 11111 11011 111101 101011

Color Harmonies of #AF672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF672B

Black with #AF672B

Text Example


Text Example

White with #AF672B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF672B; }

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

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

background-color css

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

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

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

border-color css

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

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

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