Html Css Color HEX #AF8078 Brandy Rose

📋 copy color: '#AF8078'

red 175 ◦ green 128 ◦ blue 120

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

Shades of Brandy Rose #AF8078

Tints of Brandy Rose #AF8078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.26%

 BLUE value IS 120 (47.27% from 255) = 28.37%

R = 41.37%
G = 30.26%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF8078 (or 0xAF8078) is known color: Brandy Rose. HEX triplet: AF, 80 and 78. RGB value is (175,128,120). Sum of RGB (Red+Green+Blue) = 175+128+120=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8078 is #507F87. Grayscale: #8D8D8D. Windows color (decimal): -5275528 or 7897263. OLE color: 7897263.

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

Color convert

RGB 175 128 120 -
CMYK 0 0.27 0.31 0.31
HSL 8.73º 0.26% 0.58% -
HSV(B) 8.73º 0.31% 0.69% -
XYZ 28.79 25.91 21.25 -
YUV 141.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 175 128 120 0 0.27 0.31 0.31 8.73 0.26 0.58
Hex AF 80 78 0 1B 1F 1F 9 1A 3A
Octal 257 200 170 0 33 37 37 11 32 72
Binary 10101111 10000000 1111000 0 11011 11111 11111 1001 11010 111010

Color Harmonies of #AF8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8078

Black with #AF8078

Text Example


Text Example

White with #AF8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8078; }

 p { color: rgb(175,128,120); }

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

background-color css

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

 a { background-color: rgb(175,128,120); }

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

border-color css

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

 span { border-color: rgb(175,128,120); }

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