Html Css Color HEX #AF6735 Reno Sand

📋 copy color: '#AF6735'

red 175 ◦ green 103 ◦ blue 53

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

Shades of Reno Sand #AF6735

Tints of Reno Sand #AF6735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.01%

R = 52.87%
G = 31.12%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF6735 (or 0xAF6735) is known color: Reno Sand. HEX triplet: AF, 67 and 35. RGB value is (175,103,53). Sum of RGB (Red+Green+Blue) = 175+103+53=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6735 is #5098CA. Grayscale: #777777. Windows color (decimal): -5281995 or 3499951. OLE color: 3499951.

HSL color Cylindrical-coordinate representation of color #AF6735: hue angle of 24.59º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF6735 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 53 -
CMYK 0 0.41 0.70 0.31
HSL 24.59º 0.54% 0.45% -
HSV(B) 24.59º 0.7% 0.69% -
XYZ 23.17 19.07 5.83 -
YUV 118.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 175 103 53 0 0.41 0.70 0.31 24.59 0.54 0.45
Hex AF 67 35 0 29 46 1F 19 36 2D
Octal 257 147 65 0 51 106 37 31 66 55
Binary 10101111 1100111 110101 0 101001 1000110 11111 11001 110110 101101

Color Harmonies of #AF6735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6735

Black with #AF6735

Text Example


Text Example

White with #AF6735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6735; }

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

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

background-color css

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

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

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

border-color css

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

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

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