Html Css Color HEX #AF8678 Brandy Rose

📋 copy color: '#AF8678'

red 175 ◦ green 134 ◦ blue 120

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

Shades of Brandy Rose #AF8678

Tints of Brandy Rose #AF8678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.24%

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

R = 40.79%
G = 31.24%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF8678 (or 0xAF8678) is known color: Brandy Rose. HEX triplet: AF, 86 and 78. RGB value is (175,134,120). Sum of RGB (Red+Green+Blue) = 175+134+120=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8678 is #507987. Grayscale: #909090. Windows color (decimal): -5273992 or 7898799. OLE color: 7898799.

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

Color convert

RGB 175 134 120 -
CMYK 0 0.23 0.31 0.31
HSL 15.27º 0.26% 0.58% -
HSV(B) 15.27º 0.31% 0.69% -
XYZ 29.59 27.52 21.52 -
YUV 144.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 175 134 120 0 0.23 0.31 0.31 15.27 0.26 0.58
Hex AF 86 78 0 17 1F 1F F 1A 3A
Octal 257 206 170 0 27 37 37 17 32 72
Binary 10101111 10000110 1111000 0 10111 11111 11111 1111 11010 111010

Color Harmonies of #AF8678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8678

Black with #AF8678

Text Example


Text Example

White with #AF8678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8678; }

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

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

background-color css

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

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

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

border-color css

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

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

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