Html Css Color HEX #A88E3A Reef Gold

📋 copy color: '#A88E3A'

red 168 ◦ green 142 ◦ blue 58

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

Shades of Reef Gold #A88E3A

Tints of Reef Gold #A88E3A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.59%

 BLUE value IS 58 (23.05% from 255) = 15.76%

R = 45.65%
G = 38.59%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A88E3A (or 0xA88E3A) is known color: Reef Gold. HEX triplet: A8, 8E and 3A. RGB value is (168,142,58). Sum of RGB (Red+Green+Blue) = 168+142+58=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E3A is #5771C5. Grayscale: #8C8C8C. Windows color (decimal): -5730758 or 3837608. OLE color: 3837608.

HSL color Cylindrical-coordinate representation of color #A88E3A: hue angle of 45.82º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A88E3A is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 142 58 -
CMYK 0 0.15 0.65 0.34
HSL 45.82º 0.49% 0.44% -
HSV(B) 45.82º 0.65% 0.66% -
XYZ 26.59 27.98 8 -
YUV 140.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 168 142 58 0 0.15 0.65 0.34 45.82 0.49 0.44
Hex A8 8E 3A 0 F 41 22 2E 31 2C
Octal 250 216 72 0 17 101 42 56 61 54
Binary 10101000 10001110 111010 0 1111 1000001 100010 101110 110001 101100

Color Harmonies of #A88E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88E3A

Black with #A88E3A

Text Example


Text Example

White with #A88E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88E3A; }

 p { color: rgb(168,142,58); }

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

background-color css

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

 a { background-color: rgb(168,142,58); }

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

border-color css

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

 span { border-color: rgb(168,142,58); }

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