Html Css Color HEX #AF692F Reno Sand

📋 copy color: '#AF692F'

red 175 ◦ green 105 ◦ blue 47

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

Shades of Reno Sand #AF692F

Tints of Reno Sand #AF692F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

 BLUE value IS 47 (18.75% from 255) = 14.37%

R = 53.52%
G = 32.11%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF692F (or 0xAF692F) is known color: Reno Sand. HEX triplet: AF, 69 and 2F. RGB value is (175,105,47). Sum of RGB (Red+Green+Blue) = 175+105+47=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF692F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF692F is #5096D0. Grayscale: #777777. Windows color (decimal): -5281489 or 3107247. OLE color: 3107247.

HSL color Cylindrical-coordinate representation of color #AF692F: hue angle of 27.19º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF692F is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 47 -
CMYK 0 0.40 0.73 0.31
HSL 27.19º 0.58% 0.44% -
HSV(B) 27.19º 0.73% 0.69% -
XYZ 23.24 19.42 5.21 -
YUV 119.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 175 105 47 0 0.40 0.73 0.31 27.19 0.58 0.44
Hex AF 69 2F 0 28 49 1F 1B 3A 2C
Octal 257 151 57 0 50 111 37 33 72 54
Binary 10101111 1101001 101111 0 101000 1001001 11111 11011 111010 101100

Color Harmonies of #AF692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF692F

Black with #AF692F

Text Example


Text Example

White with #AF692F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF692F; }

 p { color: rgb(175,105,47); }

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

background-color css

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

 a { background-color: rgb(175,105,47); }

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

border-color css

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

 span { border-color: rgb(175,105,47); }

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