Html Css Color HEX #AFA261 Gimblet

📋 copy color: '#AFA261'

red 175 ◦ green 162 ◦ blue 97

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

Shades of Gimblet #AFA261

Tints of Gimblet #AFA261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.35%

R = 40.32%
G = 37.33%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AFA261 (or 0xAFA261) is known color: Gimblet. HEX triplet: AF, A2 and 61. RGB value is (175,162,97). Sum of RGB (Red+Green+Blue) = 175+162+97=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA261 is #505D9E. Grayscale: #9E9E9E. Windows color (decimal): -5266847 or 6398639. OLE color: 6398639.

HSL color Cylindrical-coordinate representation of color #AFA261: hue angle of 50º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFA261 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 97 -
CMYK 0 0.07 0.45 0.31
HSL 50º 0.33% 0.53% -
HSV(B) 50º 0.45% 0.69% -
XYZ 32.76 35.82 16.5 -
YUV 158.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 175 162 97 0 0.07 0.45 0.31 50 0.33 0.53
Hex AF A2 61 0 7 2D 1F 32 21 35
Octal 257 242 141 0 7 55 37 62 41 65
Binary 10101111 10100010 1100001 0 111 101101 11111 110010 100001 110101

Color Harmonies of #AFA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA261

Black with #AFA261

Text Example


Text Example

White with #AFA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA261; }

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

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

background-color css

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

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

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

border-color css

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

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

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