Html Css Color HEX #AFAB65 Gimblet

📋 copy color: '#AFAB65'

red 175 ◦ green 171 ◦ blue 101

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

Shades of Gimblet #AFAB65

Tints of Gimblet #AFAB65

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.26%

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 39.15%
G = 38.26%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AFAB65 (or 0xAFAB65) is known color: Gimblet. HEX triplet: AF, AB and 65. RGB value is (175,171,101). Sum of RGB (Red+Green+Blue) = 175+171+101=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB65 is #50549A. Grayscale: #A4A4A4. Windows color (decimal): -5264539 or 6663087. OLE color: 6663087.

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

Color convert

RGB 175 171 101 -
CMYK 0 0.02 0.42 0.31
HSL 56.76º 0.32% 0.54% -
HSV(B) 56.76º 0.42% 0.69% -
XYZ 34.59 39.18 18.05 -
YUV 164.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 175 171 101 0 0.02 0.42 0.31 56.76 0.32 0.54
Hex AF AB 65 0 2 2A 1F 39 20 36
Octal 257 253 145 0 2 52 37 71 40 66
Binary 10101111 10101011 1100101 0 10 101010 11111 111001 100000 110110

Color Harmonies of #AFAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB65

Black with #AFAB65

Text Example


Text Example

White with #AFAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB65; }

 p { color: rgb(175,171,101); }

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

background-color css

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

 a { background-color: rgb(175,171,101); }

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

border-color css

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

 span { border-color: rgb(175,171,101); }

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