Html Css Color HEX #AF923B Turmeric

📋 copy color: '#AF923B'

red 175 ◦ green 146 ◦ blue 59

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

Shades of Turmeric #AF923B

Tints of Turmeric #AF923B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

 BLUE value IS 59 (23.44% from 255) = 15.53%

R = 46.05%
G = 38.42%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF923B (or 0xAF923B) is known color: Turmeric. HEX triplet: AF, 92 and 3B. RGB value is (175,146,59). Sum of RGB (Red+Green+Blue) = 175+146+59=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF923B is #506DC4. Grayscale: #919191. Windows color (decimal): -5270981 or 3904175. OLE color: 3904175.

HSL color Cylindrical-coordinate representation of color #AF923B: hue angle of 45º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF923B is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 146 59 -
CMYK 0 0.17 0.66 0.31
HSL 45º 0.5% 0.46% -
HSV(B) 45º 0.66% 0.69% -
XYZ 28.75 29.99 8.41 -
YUV 144.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 175 146 59 0 0.17 0.66 0.31 45 0.5 0.46
Hex AF 92 3B 0 11 42 1F 2D 32 2E
Octal 257 222 73 0 21 102 37 55 62 56
Binary 10101111 10010010 111011 0 10001 1000010 11111 101101 110010 101110

Color Harmonies of #AF923B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF923B

Black with #AF923B

Text Example


Text Example

White with #AF923B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF923B; }

 p { color: rgb(175,146,59); }

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

background-color css

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

 a { background-color: rgb(175,146,59); }

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

border-color css

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

 span { border-color: rgb(175,146,59); }

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