Html Css Color HEX #AF8274 Brandy Rose

📋 copy color: '#AF8274'

red 175 ◦ green 130 ◦ blue 116

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

Shades of Brandy Rose #AF8274

Tints of Brandy Rose #AF8274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.88%

 BLUE value IS 116 (45.7% from 255) = 27.55%

R = 41.57%
G = 30.88%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF8274 (or 0xAF8274) is known color: Brandy Rose. HEX triplet: AF, 82 and 74. RGB value is (175,130,116). Sum of RGB (Red+Green+Blue) = 175+130+116=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8274 is #507D8B. Grayscale: #8D8D8D. Windows color (decimal): -5275020 or 7635631. OLE color: 7635631.

HSL color Cylindrical-coordinate representation of color #AF8274: hue angle of 14.24º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8274 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 130 116 -
CMYK 0 0.26 0.34 0.31
HSL 14.24º 0.27% 0.57% -
HSV(B) 14.24º 0.34% 0.69% -
XYZ 28.81 26.34 20.09 -
YUV 141.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 175 130 116 0 0.26 0.34 0.31 14.24 0.27 0.57
Hex AF 82 74 0 1A 22 1F E 1B 39
Octal 257 202 164 0 32 42 37 16 33 71
Binary 10101111 10000010 1110100 0 11010 100010 11111 1110 11011 111001

Color Harmonies of #AF8274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8274

Black with #AF8274

Text Example


Text Example

White with #AF8274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8274; }

 p { color: rgb(175,130,116); }

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

background-color css

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

 a { background-color: rgb(175,130,116); }

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

border-color css

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

 span { border-color: rgb(175,130,116); }

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