Html Css Color HEX #AF8C67 Mongoose

📋 copy color: '#AF8C67'

red 175 ◦ green 140 ◦ blue 103

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

Shades of Mongoose #AF8C67

Tints of Mongoose #AF8C67

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.49%

 BLUE value IS 103 (40.63% from 255) = 24.64%

R = 41.87%
G = 33.49%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF8C67 (or 0xAF8C67) is known color: Mongoose. HEX triplet: AF, 8C and 67. RGB value is (175,140,103). Sum of RGB (Red+Green+Blue) = 175+140+103=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C67 is #507398. Grayscale: #929292. Windows color (decimal): -5272473 or 6786223. OLE color: 6786223.

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

Color convert

RGB 175 140 103 -
CMYK 0 0.2 0.41 0.31
HSL 30.83º 0.31% 0.55% -
HSV(B) 30.83º 0.41% 0.69% -
XYZ 29.51 28.85 16.85 -
YUV 146.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 175 140 103 0 0.2 0.41 0.31 30.83 0.31 0.55
Hex AF 8C 67 0 14 29 1F 1F 1F 37
Octal 257 214 147 0 24 51 37 37 37 67
Binary 10101111 10001100 1100111 0 10100 101001 11111 11111 11111 110111

Color Harmonies of #AF8C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C67

Black with #AF8C67

Text Example


Text Example

White with #AF8C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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