Html Css Color HEX #AFA367 Gimblet

📋 copy color: '#AFA367'

red 175 ◦ green 163 ◦ blue 103

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

Shades of Gimblet #AFA367

Tints of Gimblet #AFA367

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.96%

 BLUE value IS 103 (40.63% from 255) = 23.36%

R = 39.68%
G = 36.96%
B = 23.36%

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

#AFA367 (or 0xAFA367) is known color: Gimblet. HEX triplet: AF, A3 and 67. RGB value is (175,163,103). Sum of RGB (Red+Green+Blue) = 175+163+103=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA367 is #505C98. Grayscale: #A0A0A0. Windows color (decimal): -5266585 or 6792111. OLE color: 6792111.

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

Color convert

RGB 175 163 103 -
CMYK 0 0.07 0.41 0.31
HSL 50º 0.31% 0.55% -
HSV(B) 50º 0.41% 0.69% -
XYZ 33.22 36.29 18.09 -
YUV 159.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 175 163 103 0 0.07 0.41 0.31 50 0.31 0.55
Hex AF A3 67 0 7 29 1F 32 1F 37
Octal 257 243 147 0 7 51 37 62 37 67
Binary 10101111 10100011 1100111 0 111 101001 11111 110010 11111 110111

Color Harmonies of #AFA367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA367

Black with #AFA367

Text Example


Text Example

White with #AFA367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA367; }

 p { color: rgb(175,163,103); }

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

background-color css

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

 a { background-color: rgb(175,163,103); }

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

border-color css

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

 span { border-color: rgb(175,163,103); }

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