Html Css Color HEX #AFA761 Gimblet

📋 copy color: '#AFA761'

red 175 ◦ green 167 ◦ blue 97

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

Shades of Gimblet #AFA761

Tints of Gimblet #AFA761

RGB

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

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

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

R = 39.86%
G = 38.04%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AFA761 (or 0xAFA761) is known color: Gimblet. HEX triplet: AF, A7 and 61. RGB value is (175,167,97). Sum of RGB (Red+Green+Blue) = 175+167+97=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA761 is #50589E. Grayscale: #A1A1A1. Windows color (decimal): -5265567 or 6399919. OLE color: 6399919.

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

Color convert

RGB 175 167 97 -
CMYK 0 0.05 0.45 0.31
HSL 53.85º 0.33% 0.53% -
HSV(B) 53.85º 0.45% 0.69% -
XYZ 33.66 37.61 16.8 -
YUV 161.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 175 167 97 0 0.05 0.45 0.31 53.85 0.33 0.53
Hex AF A7 61 0 5 2D 1F 36 21 35
Octal 257 247 141 0 5 55 37 66 41 65
Binary 10101111 10100111 1100001 0 101 101101 11111 110110 100001 110101

Color Harmonies of #AFA761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA761

Black with #AFA761

Text Example


Text Example

White with #AFA761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA761; }

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

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

background-color css

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

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

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

border-color css

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

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

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