Html Css Color HEX #AF6630 Reno Sand

📋 copy color: '#AF6630'

red 175 ◦ green 102 ◦ blue 48

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

Shades of Reno Sand #AF6630

Tints of Reno Sand #AF6630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 53.85%
G = 31.38%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF6630 (or 0xAF6630) is known color: Reno Sand. HEX triplet: AF, 66 and 30. RGB value is (175,102,48). Sum of RGB (Red+Green+Blue) = 175+102+48=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6630 is #5099CF. Grayscale: #757575. Windows color (decimal): -5282256 or 3172015. OLE color: 3172015.

HSL color Cylindrical-coordinate representation of color #AF6630: hue angle of 25.51º degrees, saturation: 0.57, 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 #AF6630 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 48 -
CMYK 0 0.42 0.73 0.31
HSL 25.51º 0.57% 0.44% -
HSV(B) 25.51º 0.73% 0.69% -
XYZ 22.96 18.83 5.22 -
YUV 117.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 175 102 48 0 0.42 0.73 0.31 25.51 0.57 0.44
Hex AF 66 30 0 2A 49 1F 1A 39 2C
Octal 257 146 60 0 52 111 37 32 71 54
Binary 10101111 1100110 110000 0 101010 1001001 11111 11010 111001 101100

Color Harmonies of #AF6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6630

Black with #AF6630

Text Example


Text Example

White with #AF6630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6630; }

 p { color: rgb(175,102,48); }

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

background-color css

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

 a { background-color: rgb(175,102,48); }

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

border-color css

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

 span { border-color: rgb(175,102,48); }

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