Html Css Color HEX #AFA768 Gimblet

📋 copy color: '#AFA768'

red 175 ◦ green 167 ◦ blue 104

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

Shades of Gimblet #AFA768

Tints of Gimblet #AFA768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.44%

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

R = 39.24%
G = 37.44%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AFA768 (or 0xAFA768) is known color: Gimblet. HEX triplet: AF, A7 and 68. RGB value is (175,167,104). Sum of RGB (Red+Green+Blue) = 175+167+104=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA768 is #505897. Grayscale: #A2A2A2. Windows color (decimal): -5265560 or 6858671. OLE color: 6858671.

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

Color convert

RGB 175 167 104 -
CMYK 0 0.05 0.41 0.31
HSL 53.24º 0.31% 0.55% -
HSV(B) 53.24º 0.41% 0.69% -
XYZ 34 37.75 18.59 -
YUV 162.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 175 167 104 0 0.05 0.41 0.31 53.24 0.31 0.55
Hex AF A7 68 0 5 29 1F 35 1F 37
Octal 257 247 150 0 5 51 37 65 37 67
Binary 10101111 10100111 1101000 0 101 101001 11111 110101 11111 110111

Color Harmonies of #AFA768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA768

Black with #AFA768

Text Example


Text Example

White with #AFA768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA768; }

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

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

background-color css

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

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

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

border-color css

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

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

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