Html Css Color HEX #AFAB68 Gimblet

📋 copy color: '#AFAB68'

red 175 ◦ green 171 ◦ blue 104

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

Shades of Gimblet #AFAB68

Tints of Gimblet #AFAB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.11%

R = 38.89%
G = 38%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AFAB68 (or 0xAFAB68) is known color: Gimblet. HEX triplet: AF, AB and 68. RGB value is (175,171,104). Sum of RGB (Red+Green+Blue) = 175+171+104=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB68 is #505497. Grayscale: #A4A4A4. Windows color (decimal): -5264536 or 6859695. OLE color: 6859695.

HSL color Cylindrical-coordinate representation of color #AFAB68: hue angle of 56.62º 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 #AFAB68 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 104 -
CMYK 0 0.02 0.41 0.31
HSL 56.62º 0.31% 0.55% -
HSV(B) 56.62º 0.41% 0.69% -
XYZ 34.74 39.24 18.84 -
YUV 164.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 175 171 104 0 0.02 0.41 0.31 56.62 0.31 0.55
Hex AF AB 68 0 2 29 1F 39 1F 37
Octal 257 253 150 0 2 51 37 71 37 67
Binary 10101111 10101011 1101000 0 10 101001 11111 111001 11111 110111

Color Harmonies of #AFAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB68

Black with #AFAB68

Text Example


Text Example

White with #AFAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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