Html Css Color HEX #A88E35 Reef Gold

📋 copy color: '#A88E35'

red 168 ◦ green 142 ◦ blue 53

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

Shades of Reef Gold #A88E35

Tints of Reef Gold #A88E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.6%

R = 46.28%
G = 39.12%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A88E35 (or 0xA88E35) is known color: Reef Gold. HEX triplet: A8, 8E and 35. RGB value is (168,142,53). Sum of RGB (Red+Green+Blue) = 168+142+53=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E35 is #5771CA. Grayscale: #8C8C8C. Windows color (decimal): -5730763 or 3509928. OLE color: 3509928.

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

Color convert

RGB 168 142 53 -
CMYK 0 0.15 0.68 0.34
HSL 46.43º 0.52% 0.43% -
HSV(B) 46.43º 0.68% 0.66% -
XYZ 26.46 27.93 7.36 -
YUV 139.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 168 142 53 0 0.15 0.68 0.34 46.43 0.52 0.43
Hex A8 8E 35 0 F 44 22 2E 34 2B
Octal 250 216 65 0 17 104 42 56 64 53
Binary 10101000 10001110 110101 0 1111 1000100 100010 101110 110100 101011

Color Harmonies of #A88E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88E35

Black with #A88E35

Text Example


Text Example

White with #A88E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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