Html Css Color HEX #AFA268 Gimblet

📋 copy color: '#AFA268'

red 175 ◦ green 162 ◦ blue 104

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

Shades of Gimblet #AFA268

Tints of Gimblet #AFA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.73%

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

R = 39.68%
G = 36.73%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AFA268 (or 0xAFA268) is known color: Gimblet. HEX triplet: AF, A2 and 68. RGB value is (175,162,104). Sum of RGB (Red+Green+Blue) = 175+162+104=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA268 is #505D97. Grayscale: #9F9F9F. Windows color (decimal): -5266840 or 6857391. OLE color: 6857391.

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

Color convert

RGB 175 162 104 -
CMYK 0 0.07 0.41 0.31
HSL 49.01º 0.31% 0.55% -
HSV(B) 49.01º 0.41% 0.69% -
XYZ 33.1 35.95 18.29 -
YUV 159.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 175 162 104 0 0.07 0.41 0.31 49.01 0.31 0.55
Hex AF A2 68 0 7 29 1F 31 1F 37
Octal 257 242 150 0 7 51 37 61 37 67
Binary 10101111 10100010 1101000 0 111 101001 11111 110001 11111 110111

Color Harmonies of #AFA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA268

Black with #AFA268

Text Example


Text Example

White with #AFA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA268; }

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

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

background-color css

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

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

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

border-color css

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

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

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