Html Css Color HEX #A88531 Reef Gold

📋 copy color: '#A88531'

red 168 ◦ green 133 ◦ blue 49

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

Shades of Reef Gold #A88531

Tints of Reef Gold #A88531

RGB

 RED value IS 168 (66.02% from 255) = 48%

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 49 (19.53% from 255) = 14%

R = 48%
G = 38%
B = 14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A88531 (or 0xA88531) is known color: Reef Gold. HEX triplet: A8, 85 and 31. RGB value is (168,133,49). Sum of RGB (Red+Green+Blue) = 168+133+49=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A88531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88531 is #577ACE. Grayscale: #868686. Windows color (decimal): -5733071 or 3245480. OLE color: 3245480.

HSL color Cylindrical-coordinate representation of color #A88531: hue angle of 42.35º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A88531 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 133 49 -
CMYK 0 0.21 0.71 0.34
HSL 42.35º 0.55% 0.43% -
HSV(B) 42.35º 0.71% 0.66% -
XYZ 25.09 25.32 6.47 -
YUV 133.89 80.1 152.33 -
System Red Green Blue C M Y K H S L
Decimal 168 133 49 0 0.21 0.71 0.34 42.35 0.55 0.43
Hex A8 85 31 0 15 47 22 2A 37 2B
Octal 250 205 61 0 25 107 42 52 67 53
Binary 10101000 10000101 110001 0 10101 1000111 100010 101010 110111 101011

Color Harmonies of #A88531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88531

Black with #A88531

Text Example


Text Example

White with #A88531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88531; }

 p { color: rgb(168,133,49); }

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

background-color css

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

 a { background-color: rgb(168,133,49); }

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

border-color css

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

 span { border-color: rgb(168,133,49); }

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