Html Css Color HEX #A78A7F Brandy Rose

📋 copy color: '#A78A7F'

red 167 ◦ green 138 ◦ blue 127

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

Shades of Brandy Rose #A78A7F

Tints of Brandy Rose #A78A7F

RGB

 RED value IS 167 (65.63% from 255) = 38.66%

 GREEN value IS 138 (54.3% from 255) = 31.94%

 BLUE value IS 127 (50% from 255) = 29.4%

R = 38.66%
G = 31.94%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A78A7F (or 0xA78A7F) is known color: Brandy Rose. HEX triplet: A7, 8A and 7F. RGB value is (167,138,127). Sum of RGB (Red+Green+Blue) = 167+138+127=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A7F is #587580. Grayscale: #919191. Windows color (decimal): -5797249 or 8358567. OLE color: 8358567.

HSL color Cylindrical-coordinate representation of color #A78A7F: hue angle of 16.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A78A7F is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 138 127 -
CMYK 0 0.17 0.24 0.35
HSL 16.5º 0.19% 0.58% -
HSV(B) 16.5º 0.24% 0.65% -
XYZ 28.86 27.92 23.95 -
YUV 145.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 167 138 127 0 0.17 0.24 0.35 16.5 0.19 0.58
Hex A7 8A 7F 0 11 18 23 10 13 3A
Octal 247 212 177 0 21 30 43 20 23 72
Binary 10100111 10001010 1111111 0 10001 11000 100011 10000 10011 111010

Color Harmonies of #A78A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78A7F

Black with #A78A7F

Text Example


Text Example

White with #A78A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78A7F; }

 p { color: rgb(167,138,127); }

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

background-color css

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

 a { background-color: rgb(167,138,127); }

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

border-color css

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

 span { border-color: rgb(167,138,127); }

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