Html Css Color HEX #AF6C2B Reno Sand

📋 copy color: '#AF6C2B'

red 175 ◦ green 108 ◦ blue 43

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

Shades of Reno Sand #AF6C2B

Tints of Reno Sand #AF6C2B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.13%

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

R = 53.68%
G = 33.13%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF6C2B (or 0xAF6C2B) is known color: Reno Sand. HEX triplet: AF, 6C and 2B. RGB value is (175,108,43). Sum of RGB (Red+Green+Blue) = 175+108+43=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C2B is #5093D4. Grayscale: #787878. Windows color (decimal): -5280725 or 2845871. OLE color: 2845871.

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

Color convert

RGB 175 108 43 -
CMYK 0 0.38 0.75 0.31
HSL 29.55º 0.61% 0.43% -
HSV(B) 29.55º 0.75% 0.69% -
XYZ 23.48 20.01 4.91 -
YUV 120.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 175 108 43 0 0.38 0.75 0.31 29.55 0.61 0.43
Hex AF 6C 2B 0 26 4B 1F 1E 3D 2B
Octal 257 154 53 0 46 113 37 36 75 53
Binary 10101111 1101100 101011 0 100110 1001011 11111 11110 111101 101011

Color Harmonies of #AF6C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C2B

Black with #AF6C2B

Text Example


Text Example

White with #AF6C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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