Html Css Color HEX #AF662D Reno Sand

📋 copy color: '#AF662D'

red 175 ◦ green 102 ◦ blue 45

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

Shades of Reno Sand #AF662D

Tints of Reno Sand #AF662D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.98%

R = 54.35%
G = 31.68%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF662D (or 0xAF662D) is known color: Reno Sand. HEX triplet: AF, 66 and 2D. RGB value is (175,102,45). Sum of RGB (Red+Green+Blue) = 175+102+45=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF662D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF662D is #5099D2. Grayscale: #757575. Windows color (decimal): -5282259 or 2975407. OLE color: 2975407.

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

Color convert

RGB 175 102 45 -
CMYK 0 0.42 0.74 0.31
HSL 26.31º 0.59% 0.43% -
HSV(B) 26.31º 0.74% 0.69% -
XYZ 22.9 18.81 4.91 -
YUV 117.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 175 102 45 0 0.42 0.74 0.31 26.31 0.59 0.43
Hex AF 66 2D 0 2A 4A 1F 1A 3B 2B
Octal 257 146 55 0 52 112 37 32 73 53
Binary 10101111 1100110 101101 0 101010 1001010 11111 11010 111011 101011

Color Harmonies of #AF662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF662D

Black with #AF662D

Text Example


Text Example

White with #AF662D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF662D; }

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

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

background-color css

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

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

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

border-color css

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

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

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