Html Css Color HEX #AFA862 Gimblet

📋 copy color: '#AFA862'

red 175 ◦ green 168 ◦ blue 98

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

Shades of Gimblet #AFA862

Tints of Gimblet #AFA862

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.1%

 BLUE value IS 98 (38.67% from 255) = 22.22%

R = 39.68%
G = 38.1%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AFA862 (or 0xAFA862) is known color: Gimblet. HEX triplet: AF, A8 and 62. RGB value is (175,168,98). Sum of RGB (Red+Green+Blue) = 175+168+98=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA862 is #50579D. Grayscale: #A2A2A2. Windows color (decimal): -5265310 or 6465711. OLE color: 6465711.

HSL color Cylindrical-coordinate representation of color #AFA862: hue angle of 54.55º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFA862 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 98 -
CMYK 0 0.04 0.44 0.31
HSL 54.55º 0.32% 0.54% -
HSV(B) 54.55º 0.44% 0.69% -
XYZ 33.89 38 17.1 -
YUV 162.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 175 168 98 0 0.04 0.44 0.31 54.55 0.32 0.54
Hex AF A8 62 0 4 2C 1F 37 20 36
Octal 257 250 142 0 4 54 37 67 40 66
Binary 10101111 10101000 1100010 0 100 101100 11111 110111 100000 110110

Color Harmonies of #AFA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA862

Black with #AFA862

Text Example


Text Example

White with #AFA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA862; }

 p { color: rgb(175,168,98); }

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

background-color css

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

 a { background-color: rgb(175,168,98); }

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

border-color css

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

 span { border-color: rgb(175,168,98); }

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