Html Css Color HEX #AFA26D Tallow

📋 copy color: '#AFA26D'

red 175 ◦ green 162 ◦ blue 109

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

Shades of Tallow #AFA26D

Tints of Tallow #AFA26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.32%

 BLUE value IS 109 (42.97% from 255) = 24.44%

R = 39.24%
G = 36.32%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AFA26D (or 0xAFA26D) is known color: Tallow. HEX triplet: AF, A2 and 6D. RGB value is (175,162,109). Sum of RGB (Red+Green+Blue) = 175+162+109=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA26D is #505D92. Grayscale: #A0A0A0. Windows color (decimal): -5266835 or 7185071. OLE color: 7185071.

HSL color Cylindrical-coordinate representation of color #AFA26D: hue angle of 48.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFA26D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 109 -
CMYK 0 0.07 0.38 0.31
HSL 48.18º 0.29% 0.56% -
HSV(B) 48.18º 0.38% 0.69% -
XYZ 33.36 36.06 19.67 -
YUV 159.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 175 162 109 0 0.07 0.38 0.31 48.18 0.29 0.56
Hex AF A2 6D 0 7 26 1F 30 1D 38
Octal 257 242 155 0 7 46 37 60 35 70
Binary 10101111 10100010 1101101 0 111 100110 11111 110000 11101 111000

Color Harmonies of #AFA26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA26D

Black with #AFA26D

Text Example


Text Example

White with #AFA26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA26D; }

 p { color: rgb(175,162,109); }

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

background-color css

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

 a { background-color: rgb(175,162,109); }

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

border-color css

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

 span { border-color: rgb(175,162,109); }

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