Html Css Color HEX #AF8675 Brandy Rose

📋 copy color: '#AF8675'

red 175 ◦ green 134 ◦ blue 117

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

Shades of Brandy Rose #AF8675

Tints of Brandy Rose #AF8675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.46%

R = 41.08%
G = 31.46%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF8675 (or 0xAF8675) is known color: Brandy Rose. HEX triplet: AF, 86 and 75. RGB value is (175,134,117). Sum of RGB (Red+Green+Blue) = 175+134+117=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8675 is #50798A. Grayscale: #909090. Windows color (decimal): -5273995 or 7702191. OLE color: 7702191.

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

Color convert

RGB 175 134 117 -
CMYK 0 0.23 0.33 0.31
HSL 17.59º 0.27% 0.57% -
HSV(B) 17.59º 0.33% 0.69% -
XYZ 29.42 27.45 20.58 -
YUV 144.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 175 134 117 0 0.23 0.33 0.31 17.59 0.27 0.57
Hex AF 86 75 0 17 21 1F 12 1B 39
Octal 257 206 165 0 27 41 37 22 33 71
Binary 10101111 10000110 1110101 0 10111 100001 11111 10010 11011 111001

Color Harmonies of #AF8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8675

Black with #AF8675

Text Example


Text Example

White with #AF8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8675; }

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

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

background-color css

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

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

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

border-color css

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

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

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