Html Css Color HEX #AF975A Barley Corn

📋 copy color: '#AF975A'

red 175 ◦ green 151 ◦ blue 90

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

Shades of Barley Corn #AF975A

Tints of Barley Corn #AF975A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.3%

 BLUE value IS 90 (35.55% from 255) = 21.63%

R = 42.07%
G = 36.3%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF975A (or 0xAF975A) is known color: Barley Corn. HEX triplet: AF, 97 and 5A. RGB value is (175,151,90). Sum of RGB (Red+Green+Blue) = 175+151+90=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF975A is #5068A5. Grayscale: #979797. Windows color (decimal): -5269670 or 5937071. OLE color: 5937071.

HSL color Cylindrical-coordinate representation of color #AF975A: hue angle of 43.06º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF975A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 151 90 -
CMYK 0 0.14 0.49 0.31
HSL 43.06º 0.35% 0.52% -
HSV(B) 43.06º 0.49% 0.69% -
XYZ 30.59 31.99 14.23 -
YUV 151.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 175 151 90 0 0.14 0.49 0.31 43.06 0.35 0.52
Hex AF 97 5A 0 E 31 1F 2B 23 34
Octal 257 227 132 0 16 61 37 53 43 64
Binary 10101111 10010111 1011010 0 1110 110001 11111 101011 100011 110100

Color Harmonies of #AF975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF975A

Black with #AF975A

Text Example


Text Example

White with #AF975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF975A; }

 p { color: rgb(175,151,90); }

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

background-color css

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

 a { background-color: rgb(175,151,90); }

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

border-color css

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

 span { border-color: rgb(175,151,90); }

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